Mercurial > hg > Members > kono > Cerium
view example/cube/CubeSceneGraph.cpp @ 53:0c8ae614d421
Initial revision
author | chiaki |
---|---|
date | Fri, 15 Feb 2008 20:58:50 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
#include "CubeSceneGraph.h" CubeSceneGraph::CubeSceneGraph(char *xml) { SceneGraph::SceneGraph(xml); task = new CubeTask(); } void CubeSceneGraph::update(CubeSceneGraph *old) { task->update(old->data_pack, data_pack); }