# HG changeset patch # User Yutaka_Kinjyo # Date 1292643126 -32400 # Node ID 789e845ea192db3111ca91fc66502aaffb8e57c5 # Parent 8b80f670cf1cdddcd50e9d64a9e72203f127e76c change root xyz diff -r 8b80f670cf1c -r 789e845ea192 Dandy.cc --- a/Dandy.cc Tue Dec 14 12:58:20 2010 +0900 +++ b/Dandy.cc Sat Dec 18 12:32:06 2010 +0900 @@ -255,8 +255,10 @@ sgroot->sgroot->lightCalc(); root = sgroot->createSceneGraph(); - root->xyz[0] = screen_w/2; - root->xyz[1] = screen_h/2;; + //root->xyz[0] = screen_w/2; + //root->xyz[1] = screen_h/2;; + root->xyz[0] = 0; + root->xyz[1] = 0; root->xyz[2] = 30.0f; /*親の回転、座標から、子の回転、座標を算出*/