Mercurial > hg > Game > Cerium
view example/cube/CubeTask.cpp @ 203:1eba8570808c draft
fix CreateSpan::run
author | gongo@localhost.localdomain |
---|---|
date | Mon, 26 Jan 2009 18:30:35 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
void CubeTask::update(CubeDataPack *input, CubeDataPack *output) { output->angle[0] = input->angle[0] + 1; }