Mercurial > hg > Members > kono > Cerium
view example/cube/CubeSceneGraph.cpp @ 492:9522c376a9fe
memcpy for param
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 09 Oct 2009 11:18:42 +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); }