Mercurial > hg > Game > Cerium
view example/cube/CubeTask.cpp @ 354:cfd20d609ace draft
add example/get_segment and change spe/DrawSpan.cpp
author | koba |
---|---|
date | Wed, 15 Jul 2009 17:39:51 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
void CubeTask::update(CubeDataPack *input, CubeDataPack *output) { output->angle[0] = input->angle[0] + 1; }