Mercurial > hg > Members > kono > Cerium
comparison Renderer/Engine/SceneGraph.h @ 767:e4d635b1f018
add spe/univers_move
author | hiroki@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sat, 13 Feb 2010 17:33:38 +0900 |
parents | 24a37fe8419a |
children | 2a00c1f470b7 |
comparison
equal
deleted
inserted
replaced
764:987d4cced279 | 767:e4d635b1f018 |
---|---|
34 // とりあえず動かしたいので追加 | 34 // とりあえず動かしたいので追加 |
35 int seq; | 35 int seq; |
36 | 36 |
37 int property_size; | 37 int property_size; |
38 void *propertyptr; | 38 void *propertyptr; |
39 void *property; | 39 //void *property; |
40 memaddr property; | |
40 void *update_property; | 41 void *update_property; |
41 | 42 |
42 // xml ファイルから生成した時のオブジェクトリスト | 43 // xml ファイルから生成した時のオブジェクトリスト |
43 SceneGraphPtr next; | 44 SceneGraphPtr next; |
44 SceneGraphPtr prev; | 45 SceneGraphPtr prev; |