Mercurial > hg > Game > Cerium
diff Renderer/Test/collada.cc @ 1398:e19296785c07 draft
collada can move
author | e095732 <e095732@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 05 Feb 2012 23:34:16 +0900 |
parents | ad841dcdbe67 |
children |
line wrap: on
line diff
--- a/Renderer/Test/collada.cc Tue Jan 31 17:15:16 2012 +0900 +++ b/Renderer/Test/collada.cc Sun Feb 05 23:34:16 2012 +0900 @@ -106,8 +106,8 @@ } } -static const char *collada_file="collada_file/sample.dae"; -static const char *name="Cube"; +static const char *collada_file="collada_file/Ball.dae"; +static const char *name="Ball"; MainLoopPtr ball_bound::init(Viewer *sgroot, int screen_w, int screen_h)