Mercurial > hg > Members > kono > Cerium
view Renderer/Test/gaplant.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
const double CHECK_HIT_RAD = 110; const double BALL_RAD = 100; #include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class gaplant : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h); };