Mercurial > hg > Game > Cerium
comparison Renderer/Engine/SceneGraphRoot.h @ 565:5193d51294a2 draft
linda API
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 22 Oct 2009 23:45:05 +0900 |
parents | d65f21b18165 |
children | 341f1f881a9b |
comparison
equal
deleted
inserted
replaced
564:62b5f89e3d59 | 565:5193d51294a2 |
---|---|
93 void registSceneGraph(SceneGraphPtr sg); | 93 void registSceneGraph(SceneGraphPtr sg); |
94 void registSceneGraphList(SceneGraphPtr sg); | 94 void registSceneGraphList(SceneGraphPtr sg); |
95 void addSceneGraphList(TaskManager *manager, SceneGraphPtr tmp); | 95 void addSceneGraphList(TaskManager *manager, SceneGraphPtr tmp); |
96 void addNext(SceneGraphPtr sg); | 96 void addNext(SceneGraphPtr sg); |
97 void allRemove(SceneGraphPtr list); | 97 void allRemove(SceneGraphPtr list); |
98 | |
99 int getLast() { | |
100 return sglist->getLast()->id; | |
101 } | |
102 | |
98 }; | 103 }; |
99 | 104 |
100 typedef SceneGraphRoot *SceneGraphRootPtr; | 105 typedef SceneGraphRoot *SceneGraphRootPtr; |
101 | 106 |
102 | 107 |