Mercurial > hg > Members > kono > Cerium
view example/cube/CubeSceneGraph.cpp @ 42:aa11038dbdc1
*** empty log message ***
author | gongo |
---|---|
date | Thu, 14 Feb 2008 18:27:37 +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); }