Mercurial > hg > Members > kono > Cerium
diff Renderer/Engine/SceneGraph.h @ 930:35efda39c2d9
GL drawing speed up
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 30 Jul 2010 21:46:04 +0900 |
parents | f525427ae30f |
children | b2f7d2ad3804 |
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraph.h Fri Jul 30 21:14:53 2010 +0900 +++ b/Renderer/Engine/SceneGraph.h Fri Jul 30 21:46:04 2010 +0900 @@ -4,6 +4,7 @@ #include "polygon.h" #include "Pad.h" #include "TaskManager.h" +#include "texture.h" class SceneGraph; //typedef void (*move_func)(SceneGraph* node, int screen_w, int screen_h); @@ -69,6 +70,9 @@ // Group ID int gid; + // GL ID + GLuint gl_tex; + // 関数ポインタ move_func move; collision_func collision;