diff greenclab.cc @ 5:57af5c610b34

iroiro add
author tkaito
date Mon, 07 Jun 2010 02:16:02 +0900
parents e089ac9ea221
children 581fa1888e2e
line wrap: on
line diff
--- a/greenclab.cc	Sun Jun 06 06:47:45 2010 +0900
+++ b/greenclab.cc	Mon Jun 07 02:16:02 2010 +0900
@@ -3,15 +3,7 @@
 void 
 gclab_move(SceneGraphPtr node, void *sgroot_, int w, int h)
 {
-
-/*
-  if (w > node->xyz[0]) {
-  } else if (0 < node->xyz[0]) {
-  }
-  if (0 < node->xyz[1]) {
-  } else if (h > node->xyz[1]) {
-  }
-*/
+  node->xyz[1] += 10;
 }
 
 void