annotate example/cube/CubeTask.cpp @ 161:1f4c3f3238e6 fullHD_omedetou

texture の座標がマイナスになったあと、それを 0 にし忘れてた
author gongo@localhost.localdomain
date Mon, 08 Dec 2008 16:37:02 +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 }