diff Renderer/Engine/SceneGraphRoot.h @ 656:d0b8860c17f8

remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 25 Nov 2009 21:56:14 +0900
parents 5c5cd31b9d43
children e201be3f6897
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraphRoot.h	Sat Nov 21 11:20:29 2009 +0900
+++ b/Renderer/Engine/SceneGraphRoot.h	Wed Nov 25 21:56:14 2009 +0900
@@ -104,7 +104,9 @@
 
 
 // 大域変数は無くすこと
-extern SceneGraphRoot *sgroot;
+//extern SceneGraphRoot *sgroot;
+//extern SceneGraphRoot *sgroot_A;
+//extern SceneGraphRoot *sgroot_B;
 
 #endif