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

Comparing libgender/entity.h (file contents):
Revision 1.25 by root, Sun Oct 17 09:43:07 2004 UTC vs.
Revision 1.26 by root, Tue Oct 19 15:34:58 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;
147 146
148 vector<octant *> o; 147 vector<octant *> o;
149 148
150 void update (); 149 void update ();
151 void draw (view &ctx); 150 void draw (view &ctx);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines