Mercurial > hg > Game > Cerium
view example/cube/CubeTask.cpp @ 0:df32980116bd
Initial revision
author | gongo |
---|---|
date | Sat, 02 Feb 2008 19:15:39 +0900 |
parents | |
children |
line wrap: on
line source
void CubeTask::update(CubeDataPack *input, CubeDataPack *output) { output->angle[0] = input->angle[0] + 1; }