Mercurial > hg > Members > kono > Cerium
comparison example/cube/CubeSceneGraph.cpp @ 0:df32980116bd
Initial revision
author | gongo |
---|---|
date | Sat, 02 Feb 2008 19:15:39 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:df32980116bd |
---|---|
1 #include "CubeSceneGraph.h" | |
2 | |
3 CubeSceneGraph::CubeSceneGraph(char *xml) | |
4 { | |
5 SceneGraph::SceneGraph(xml); | |
6 task = new CubeTask(); | |
7 } | |
8 | |
9 void | |
10 CubeSceneGraph::update(CubeSceneGraph *old) | |
11 { | |
12 task->update(old->data_pack, data_pack); | |
13 } |