comparison Renderer/Test/ball_bound.cc @ 728:4f77768d7a7f

add Engine/ViewerDevice , SgRootChange not work
author aaa
date Sat, 19 Dec 2009 20:32:02 +0900
parents d0b8860c17f8
children 22d7263cec2d
comparison
equal deleted inserted replaced
727:aaaa0baeab89 728:4f77768d7a7f
131 sgroot->setSceneData(ball); 131 sgroot->setSceneData(ball);
132 132
133 return sgroot; 133 return sgroot;
134 } 134 }
135 135
136 MainLoopPtr
137 ball_bound::init_only_sg(SgChange *sgroot, int screen_w, int screen_h)
138 {
139 return sgroot;
140 }
141
142 extern Application * 136 extern Application *
143 application() { 137 application() {
144 return new ball_bound(); 138 return new ball_bound();
145 } 139 }
146 140