Mercurial > hg > Members > kono > Cerium
view Renderer/Test/ball_bound.h @ 854:6aa20c0dd8f8
may be need ppeManager
author | yutaka@localhost.localdomain |
---|---|
date | Wed, 09 Jun 2010 23:04:09 +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); };