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

Comparing libgender/view.h (file contents):
Revision 1.15 by root, Thu Oct 7 23:39:44 2004 UTC vs.
Revision 1.16 by root, Sat Oct 9 02:08:29 2004 UTC

39 light *l; 39 light *l;
40 set<const entity *> drawn; 40 set<const entity *> drawn;
41 41
42 unsigned int generation; 42 unsigned int generation;
43 map<octant *, visibility_state> vismap; 43 map<octant *, visibility_state> vismap;
44 vector<octant *> vislist; // octants partially or fully visible 44 vector<octant *> vislist; // octants partially or fully visible in frustum
45 vector<octant *> farlist; // octants possibly visible 45 vector<octant *> farlist; // octants possibly visible
46 vector<octant *> occlist; // octants currently occluded
46 47
47 void reset_projection (); 48 void reset_projection ();
48 49
49 // public 50 // public
50 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines