comparison TaskManager/Test/test_render/polygon.h @ 123:e9e12e2088bd draft

delete scene_graph->child (instead use "children")
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Tue, 25 Nov 2008 10:32:23 +0900
parents 80d93fe0601d
children 91c74dbc32e4
comparison
equal deleted inserted replaced
121:5be15e10a7f8 123:e9e12e2088bd
38 //int *texture; // pointer of this surface's texture 38 //int *texture; // pointer of this surface's texture
39 static SDL_Surface* texture_image; // pointer of this surface's texture 39 static SDL_Surface* texture_image; // pointer of this surface's texture
40 //SDL_Surface *screen; 40 //SDL_Surface *screen;
41 //char image_name[20]; // texture image name 41 //char image_name[20]; // texture image name
42 Polygon *next; 42 Polygon *next;
43 Polygon *child;
44 Polygon *parent; 43 Polygon *parent;
45 Polygon *brother; 44 Polygon *brother;
46 Viewer *viewer; 45 Viewer *viewer;
47 //SceneGraphPack *sgp; 46 //SceneGraphPack *sgp;
48 47