Mercurial > hg > Game > Cerium
view Renderer/Test/gaplant.h @ 674:07351a5a51c9 draft
fix many task example (sort).
Dummy task is now system supported.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 06 Dec 2009 00:54:10 +0900 |
parents | 7a311860a76e |
children | 91e2c96be77b |
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); };