diff Renderer/Engine/SgChange.cc @ 693:fc0227b5cb5a

debug , aligned light_xyz
author hiroki@localhost.localdomain
date Tue, 08 Dec 2009 19:44:20 +0900
parents 9d1bcc07734b
children 0d8d2b7a3438
line wrap: on
line diff
--- a/Renderer/Engine/SgChange.cc	Tue Dec 08 16:52:04 2009 +0900
+++ b/Renderer/Engine/SgChange.cc	Tue Dec 08 19:44:20 2009 +0900
@@ -120,7 +120,7 @@
 {
     HTaskPtr task_next;
     HTaskPtr task_tex;
-    
+ 
     sgpack = (SceneGraphPack*)manager->allocate(sizeof(SceneGraphPack));
     sgpack->init();
     ppack  = (PolygonPack*)manager->allocate(sizeof(PolygonPack));
@@ -206,10 +206,10 @@
     light_xyz_stock = sgroot_A->getLightVector();
 
     //printf("Sgroot = %x\n", sgroot_A);
-    /*
-    task_next->set_post(&post2runLoop, (void *)this, 0);
-    task_next->spawn();
-    */
+    
+    //task_next->set_post(&post2runLoop, (void *)this, 0);
+    //task_next->spawn();
+    
     rendering(task_next);
 }