Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/test_render/SceneGraph.h @ 202:3f4c6a75d7e0
fix SceneGraphIterator::hasNext(), next()
add variable SceneGraph::sgid, flag_drawbale
author | gongo@gendarme.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Mon, 26 Jan 2009 16:58:35 +0900 (2009-01-26) |
parents | eb20274baa7c |
children | fe2cc32cd94d |
comparison
equal
deleted
inserted
replaced
201:b257e27d995c | 202:3f4c6a75d7e0 |
---|---|
39 SceneGraphPtr lastChild; | 39 SceneGraphPtr lastChild; |
40 | 40 |
41 // Tree から削除されていたら 1 をセット。default = 0 | 41 // Tree から削除されていたら 1 をセット。default = 0 |
42 int flag_remove; | 42 int flag_remove; |
43 | 43 |
44 // SceneGraph ID (SGList.h) | |
45 int sgid; | |
46 | |
47 // この SceneGraph は描画するものかどうか (0:しない 1:する | |
48 int flag_drawable; | |
49 | |
44 // 関数ポインタ | 50 // 関数ポインタ |
45 move_func move; | 51 move_func move; |
46 collision_func collision; | 52 collision_func collision; |
47 | 53 |
48 void init(void); | 54 void init(void); |