comparison Renderer/Engine/SceneGraphRoot.h @ 758:77f936380930 draft

fix create_task
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Mon, 01 Feb 2010 17:08:36 +0900
parents 18d31d18a6b2
children 45f7ab7101ea
comparison
equal deleted inserted replaced
757:2aa6e7150588 758:77f936380930
81 SceneGraphPtr getLight(); 81 SceneGraphPtr getLight();
82 float* getLightVector(); 82 float* getLightVector();
83 83
84 /* Other System API */ 84 /* Other System API */
85 void allExecute(int screen_w, int screen_h); 85 void allExecute(int screen_w, int screen_h);
86 void oneExecute(int screen_w, int screen_h);
86 void checkRemove(); 87 void checkRemove();
87 SceneGraphPtr getExecuteSceneGraph(); 88 SceneGraphPtr getExecuteSceneGraph();
88 SceneGraphPtr getDrawSceneGraph(); 89 SceneGraphPtr getDrawSceneGraph();
89 void updateControllerState(); 90 void updateControllerState();
90 91