diff tree_controll.h @ 0:435ac1cdb64e

create task dandy directry.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sat, 11 Dec 2010 21:25:28 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tree_controll.h	Sat Dec 11 21:25:28 2010 +0900
@@ -0,0 +1,8 @@
+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);