Mercurial > hg > Members > kono > Cerium
view Renderer/Test/gaplant.h @ 772:e53ae444ac6f
Test/property_chain is work
author | hiroki@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Mon, 15 Feb 2010 13:33:29 +0900 |
parents | b7376415fa5f |
children |
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); };