Mercurial > hg > Members > kono > Cerium
view example/cube/CubeSceneGraph.h @ 161:1f4c3f3238e6 fullHD_omedetou
texture の座標がマイナスになったあと、それを 0 にし忘れてた
author | gongo@localhost.localdomain |
---|---|
date | Mon, 08 Dec 2008 16:37:02 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
#include "SceneGraph.h" #include "CubeTask.h" class CubeSceneGraph : SceneGraph { public: CubeTask* task; CubeSceneGraph(char *xml); };