view example/cube/CubeTask.h @ 199:1fd0107ebb25 draft

add SceneGraph(ieshoot), add SystemSceneGraph(Camera)
author gongo@gendarme.cr.ie.u-ryukyu.ac.jp
date Mon, 26 Jan 2009 14:02:45 +0900
parents df32980116bd
children
line wrap: on
line source

class CubeTask : Task {
    void update(CubeDataPack *input, CubeDataPack *output);
    
};