Mercurial > hg > Game > Cerium
diff TaskManager/Test/test_render/task/update_sgp.cpp @ 132:9550e4ce2868 draft
add XML
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Tue, 25 Nov 2008 18:19:53 +0900 (2008-11-25) |
parents | 40978d4b608a |
children | 8f1419174cdf |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/task/update_sgp.cpp Tue Nov 25 17:24:18 2008 +0900 +++ b/TaskManager/Test/test_render/task/update_sgp.cpp Tue Nov 25 18:19:53 2008 +0900 @@ -77,11 +77,6 @@ static void move2(SceneGraphNodePtr node, int w, int h) { - node->angle[1] += 1.0f; - if (node->angle[1] > 360.0f) { - node->angle[1] = 0.0f; - } - static float dest_x = 1.0f; static float dest_y = 0.8f; @@ -105,8 +100,8 @@ static void init(void) { - moveList[0] = no_move; - //moveList[0] = move0; + //moveList[0] = no_move; + moveList[0] = move2; moveList[1] = move3; moveList[2] = move2;