Mercurial > hg > Members > kono > Cerium
view Renderer/Test/ball_bound.h @ 756:2575791a333a
add Test/create_task {spe, task}/Property
author | hiroki@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 29 Jan 2010 11:34:43 +0900 |
parents | b7376415fa5f |
children | 4455e7b0caf3 |
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); };