changeset 1395:971d737a329a draft

fix
author Yutaka_Kinjyo <yutaka@cr.ie.u-ryukyu.ac.jp>
date Mon, 30 Jan 2012 21:48:37 +0900
parents e838c90ba498
children ad841dcdbe67
files Renderer/Test/ball_bound.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Renderer/Test/ball_bound.cc	Mon Jan 30 21:40:24 2012 +0900
+++ b/Renderer/Test/ball_bound.cc	Mon Jan 30 21:48:37 2012 +0900
@@ -115,8 +115,8 @@
     // random な値が欲しいなら、man random に方法が書いてあります。
     srandom(100);
 
-    //   sgroot->createFromXMLfile("xml_file/Ball.xml");
-    sgroot->createFromXMLfile("/Users/YuSUGIMOTO/Desktop/sample.xml");
+    sgroot->createFromXMLfile("./xml_file/Ball.xml");
+    //sgroot->createFromXMLfile("/Users/YuSUGIMOTO/Desktop/sample.xml");
 
     sgroot->OnLightSysSwitch();
 
@@ -126,7 +126,7 @@
     light->xyz[1] = screen_h / 2;
     light->xyz[2] = -100;
 
-    ball = sgroot->createSceneGraph("Cube");
+    ball = sgroot->createSceneGraph("Ball");
     ball->set_move_collision(ball_move, ball_collision);
 
     h0 = screen_h/2;