annotate TaskManager/Test/test_render/camera_action.h @ 224:ebfb9e389716

SceneGraph.cpp xmlcreate
author tkaito@nw0534.st.ie.u-ryukyu.ac.jp
date Tue, 10 Feb 2009 20:45:51 +0900
parents 159519cdca1f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
213
159519cdca1f add SceneGraph "3D Super-Dandy"
gongo@localhost.localdomain
parents:
diff changeset
1 void camera_init(SceneGraphPtr node, int screen_w, int screen_h);
159519cdca1f add SceneGraph "3D Super-Dandy"
gongo@localhost.localdomain
parents:
diff changeset
2 void c_movet(SceneGraphPtr node, int screen_w, int screen_h);
159519cdca1f add SceneGraph "3D Super-Dandy"
gongo@localhost.localdomain
parents:
diff changeset
3 void camera_collision(SceneGraphPtr node, int screen_w, int screen_h, SceneGraphPtr tree);