annotate TaskManager/Test/test_render/Application/camera_action.h @ 405:d47c5d865970

make Application sub directory
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 23 Sep 2009 12:36:36 +0900
parents TaskManager/Test/test_render/camera_action.h@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);