Mercurial > hg > Members > kono > Cerium
view example/cube/CubeSceneGraph.cpp @ 521:4cff1ffa60db
Added tag ball_bound, -r, 513 for changeset 2bc1e486e71d
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 20 Oct 2009 20:36:13 +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); }