view Renderer/Test/dynamic_create.h @ 691:9d1bcc07734b

Test/SgRootChange not work
author hiroki@localhost.localdomain
date Tue, 08 Dec 2009 16:48:01 +0900
parents d0b8860c17f8
children 4dc02d3e98bb
line wrap: on
line source

#include <math.h>
#include <stdlib.h>
#include "SceneGraphRoot.h"
#include "Application.h"
#include "MainLoop.h"

class dynamic_create : public Application {

    MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
    MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
};