Mercurial > hg > Members > kono > Cerium
view example/cube/CubeTask.cpp @ 412:68e199a4ea7b
chain_old.cc add (Application/)
author | tkaito@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 23 Sep 2009 17:10:10 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
void CubeTask::update(CubeDataPack *input, CubeDataPack *output) { output->angle[0] = input->angle[0] + 1; }