ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/entity.h
(Generate patch)

Comparing libgender/entity.h (file contents):
Revision 1.24 by root, Sat Oct 16 23:23:21 2004 UTC vs.
Revision 1.25 by root, Sun Oct 17 09:43:07 2004 UTC

141struct entity : geometry_filter 141struct entity : geometry_filter
142{ 142{
143 sector orig; 143 sector orig;
144 point p; 144 point p;
145 sector a, b; // bounding box corners 145 sector a, b; // bounding box corners
146 gl::vertex_buffer_object vb_bbox;
146 147
147 vector<octant *> o; 148 vector<octant *> o;
148 149
149 void update (); 150 void update ();
150 void draw (view &ctx); 151 void draw (view &ctx);
151 152
152 void move (const vec3 &v); 153 void move (const vec3 &v);
153 154
154 virtual void show (); 155 virtual void show ();
155 virtual void hide (); 156 virtual void hide ();
156 void display (view &ctx);
157 157
158 entity (geometry *g = 0); 158 entity (geometry *g = 0);
159 ~entity (); 159 ~entity ();
160}; 160};
161 161

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines