annotate greenclab.cc @ 4:e089ac9ea221

greenclab add. not complete...
author tkaito
date Sun, 06 Jun 2010 06:47:45 +0900
parents 69b4108bf4e8
children 57af5c610b34
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
1 #include "game_scene01.h"
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
2
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
3 void
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
4 gclab_move(SceneGraphPtr node, void *sgroot_, int w, int h)
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
5 {
2
69b4108bf4e8 refact few
tkaito
parents:
diff changeset
6
4
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
7 /*
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
8 if (w > node->xyz[0]) {
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
9 } else if (0 < node->xyz[0]) {
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
10 }
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
11 if (0 < node->xyz[1]) {
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
12 } else if (h > node->xyz[1]) {
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
13 }
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
14 */
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
15 }
2
69b4108bf4e8 refact few
tkaito
parents:
diff changeset
16
4
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
17 void
e089ac9ea221 greenclab add. not complete...
tkaito
parents: 2
diff changeset
18 gclab_collision(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree)
2
69b4108bf4e8 refact few
tkaito
parents:
diff changeset
19 {
69b4108bf4e8 refact few
tkaito
parents:
diff changeset
20
69b4108bf4e8 refact few
tkaito
parents:
diff changeset
21 }
69b4108bf4e8 refact few
tkaito
parents:
diff changeset
22
69b4108bf4e8 refact few
tkaito
parents:
diff changeset
23