Mercurial > hg > Game > Cerium
view Renderer/Test/untitled.h @ 1398:e19296785c07 draft
collada can move
author | e095732 <e095732@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 05 Feb 2012 23:34:16 +0900 |
parents | 91e2c96be77b |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class untitled : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };