comparison Renderer/Test/collada.cc @ 1392:555d2a31cf0c draft

collada moved
author e095732 <e095732@ie.u-ryukyu.ac.jp>
date Mon, 30 Jan 2012 16:12:20 +0900
parents 1ea6e4eb2b0a
children ad841dcdbe67
comparison
equal deleted inserted replaced
1391:1ea6e4eb2b0a 1392:555d2a31cf0c
104 node->set_move_collision(ball_move_idle, ball_collision_idle); 104 node->set_move_collision(ball_move_idle, ball_collision_idle);
105 } 105 }
106 } 106 }
107 } 107 }
108 108
109 static const char *collada_file="collada_file/ball.dae"; 109 static const char *collada_file="collada_file/sample.dae";//"collada_file/ball.dae";
110 static const char *name="Ball"; 110 static const char *name="Cube";
111 111
112 MainLoopPtr 112 MainLoopPtr
113 ball_bound::init(Viewer *sgroot, int screen_w, int screen_h) 113 ball_bound::init(Viewer *sgroot, int screen_w, int screen_h)
114 { 114 {
115 SceneGraphPtr ball; 115 SceneGraphPtr ball;