Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/task/CreatePolygonFromSceneGraph.h @ 387:5e2d30bfbf23
no compile error but not worked.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 06 Aug 2009 22:40:52 +0900 |
parents | 25c820b6060e |
children | 8611780d479f |
line wrap: on
line source
#ifndef INCLUDED_CREATE_POLYGON #define INCLUDED_CREATE_POLYGON #include "SchedTask.h" class CreatePolygonFromSceneGraph : public SchedTask { public: SchedConstructor(CreatePolygonFromSceneGraph); int run(void *rbuf, void *wbuf); }; #endif