comparison tree_controll.h @ 0:01387a2e419e

initial version
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 07 Dec 2010 15:39:45 +0900
parents
children 972a7f233b23
comparison
equal deleted inserted replaced
-1:000000000000 0:01387a2e419e
1 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);
2 SURFACE *next_draw_node(SURFACE *surface);
3 //void obj_draw(SURFACE *surfaces);
4 SURFACE *search_node(OBJECT *top, char *name);
5 SURFACE *next_node(SURFACE *surfaces);
6 //void node_draw(OBJECT *top, char *name);
7 void node_prameter_change(OBJECT *top, char *name, float x, float y, float z, float ax, float ay, float az);
8 //void all_object_load_texture(OBJECT *top);