Mercurial > hg > Game > Cerium
view example/cube/CubeSceneGraph.cpp @ 56:4d554afb22b6
*** empty log message ***
author | gongo |
---|---|
date | Sat, 16 Feb 2008 19:00:53 +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); }