Mercurial > hg > Members > kono > Cerium
diff Renderer/Test/property_universe.h @ 769:2a00c1f470b7
add add spe/chain_move Test/property_chain, not workd
author | hiroki@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sun, 14 Feb 2010 01:23:38 +0900 |
parents | e4d635b1f018 |
children |
line wrap: on
line diff
--- a/Renderer/Test/property_universe.h Sat Feb 13 17:34:26 2010 +0900 +++ b/Renderer/Test/property_universe.h Sun Feb 14 01:23:38 2010 +0900 @@ -9,12 +9,17 @@ float xyz[3]; // 12 byte float angle[3]; float stack_xyz[3]; - SceneGraphPtr parent; - SceneGraphPtr children; int property_index; int parent_index; int have_parent; + /* + SceneGraphPtr parent; + SceneGraphPtr children; SceneGraphPtr node; + */ + memaddr parent; + memaddr children; + memaddr node; const char *name; } *PropertyPtr, Property;