diff Renderer/Engine/SceneGraphRoot.h @ 1039:b9cd0c88b69a

AllExecute speparation.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 07 Dec 2010 23:59:46 +0900
parents 431936c0cc96
children
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraphRoot.h	Tue Dec 07 16:38:08 2010 +0900
+++ b/Renderer/Engine/SceneGraphRoot.h	Tue Dec 07 23:59:46 2010 +0900
@@ -121,7 +121,11 @@
 
     /* Other System API */
     void allExecute(int screen_w, int screen_h);
-    void oneExecute(int screen_w, int screen_h);
+    void lightCalc();
+    void flip();
+    void copyTree(SceneGraphPtr from, SceneGraphPtr to);
+
+    // void oneExecute(int screen_w, int screen_h);
     void checkRemove();
     SceneGraphPtr getExecuteSceneGraph();
     SceneGraphPtr getDrawSceneGraph();
@@ -132,8 +136,8 @@
     int* getLightSwitch();
     int getLightSysSwitch();
 
-    void speExecute(int screen_w, int screen_h);
-    void speExecute(int screen_w, int screen_h, Application *app);
+    // void speExecute(int screen_w, int screen_h);
+    // void speExecute(int screen_w, int screen_h, Application *app);
 
     /* System API */
     void registSceneGraph(SceneGraphPtr sg);