Mercurial > hg > Members > kono > Cerium
view Renderer/Test/ball_bound.h @ 827:df39c170ae1d
viewer lightsysswitch fix
author | yutaka@localhost.localdomain |
---|---|
date | Tue, 25 May 2010 03:18:03 +0900 |
parents | 4455e7b0caf3 |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" #include "viewer.h" class ball_bound : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };