Mercurial > hg > Members > koba > t_dandy
view tree_controll.h @ 70:cee55c8365e9 default tip
fix
author | Kazuma |
---|---|
date | Thu, 19 May 2016 18:52:26 +0900 |
parents | 435ac1cdb64e |
children |
line wrap: on
line source
GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord); SURFACE *next_draw_node(SURFACE *surface); //void obj_draw(SURFACE *surfaces); SURFACE *search_node(OBJECT *top, const char *name); SURFACE *next_node(SURFACE *surfaces); //void node_draw(OBJECT *top, char *name); void node_prameter_change(OBJECT *top, const char *name, float x, float y, float z, float ax, float ay, float az); //void all_object_load_texture(OBJECT *top);