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

Comparing libgender/oct.h (file contents):
Revision 1.15 by root, Sat Oct 16 12:33:46 2004 UTC vs.
Revision 1.16 by root, Sat Oct 16 14:48:48 2004 UTC

21 void add (entity *e); 21 void add (entity *e);
22 void remove (entity *e); 22 void remove (entity *e);
23 23
24 bool detect_visibility (view &ctx); // is this octant actually visible? 24 bool detect_visibility (view &ctx); // is this octant actually visible?
25 void display (view &ctx); 25 void display (view &ctx);
26 void draw_bbox (view &ctx);
27 26
28 void event (occ_query &ev); 27 void event (occ_query &ev);
29 visibility_base *new_visibility (); 28 visibility_base *new_visibility ();
30 void clear_visibility (visibility_base *vs); 29 void clear_visibility (visibility_base *vs);
31 30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines