diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/cube/CubeTask.cpp	Sat Feb 02 19:15:39 2008 +0900
@@ -0,0 +1,5 @@
+void
+CubeTask::update(CubeDataPack *input, CubeDataPack *output)
+{
+    output->angle[0] = input->angle[0] + 1;
+}