Mercurial > hg > Game > Cerium
comparison Renderer/Engine/SceneGraphRoot.h @ 541:1a31b8820a4d draft
Cerium Rendering Library
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 10:17:09 +0900 |
parents | 3bc98f6d31ff |
children | 00428ba0ba03 |
comparison
equal
deleted
inserted
replaced
540:4c5264373c51 | 541:1a31b8820a4d |
---|---|
12 SceneGraphRoot(float w, float h); | 12 SceneGraphRoot(float w, float h); |
13 ~SceneGraphRoot(void); | 13 ~SceneGraphRoot(void); |
14 | 14 |
15 /* Variables */ | 15 /* Variables */ |
16 // xml から読み込んだ、オリジナルの SceneGraph | 16 // xml から読み込んだ、オリジナルの SceneGraph |
17 SceneGraphPtr *sg_src; | 17 SceneGraphPtr sg_src; |
18 int sg_src_length; | |
18 | 19 |
19 // move, collision 用の SceneGraph (tree) | 20 // move, collision 用の SceneGraph (tree) |
20 SceneGraphPtr sg_exec_tree; | 21 SceneGraphPtr sg_exec_tree; |
21 | 22 |
22 // 描画用の SceneGraph List (tree) | 23 // 描画用の SceneGraph List (tree) |