annotate example/cube/CubeTask.cpp @ 98:f320d1039d51

*** empty log message ***
author akira
date Thu, 28 Feb 2008 21:45:13 +0900
parents df32980116bd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
df32980116bd Initial revision
gongo
parents:
diff changeset
1 void
df32980116bd Initial revision
gongo
parents:
diff changeset
2 CubeTask::update(CubeDataPack *input, CubeDataPack *output)
df32980116bd Initial revision
gongo
parents:
diff changeset
3 {
df32980116bd Initial revision
gongo
parents:
diff changeset
4 output->angle[0] = input->angle[0] + 1;
df32980116bd Initial revision
gongo
parents:
diff changeset
5 }