view Renderer/Test/SgRootChange.h @ 728:4f77768d7a7f

add Engine/ViewerDevice , SgRootChange not work
author aaa
date Sat, 19 Dec 2009 20:32:02 +0900
parents d0b8860c17f8
children
line wrap: on
line source

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

class SgRootChange : public Application {

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

};