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

Comparing libgender/view.C (file contents):
Revision 1.21 by root, Wed Oct 6 02:12:59 2004 UTC vs.
Revision 1.22 by root, Wed Oct 6 04:49:13 2004 UTC

74 74
75 reset_projection (); 75 reset_projection ();
76 76
77 // check occlusion queries here 77 // check occlusion queries here
78 for (vector<octant *>::iterator i = checklist.begin (); i != checklist.end (); ++i) 78 for (vector<octant *>::iterator i = checklist.begin (); i != checklist.end (); ++i)
79 printf ("%p %d\n", *i, occ_query_result ((*i)->occ_query)); 79 //printf ("%p %d\n", *i, occ_query_result ((*i)->occ_query));
80 occ_query_result ((*i)->occ_query);
80 81
81 checklist.clear (); 82 checklist.clear ();
82 83
83 world.detect_visibility (*this); 84 world.detect_visibility (*this);
84} 85}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines