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

Comparing libgender/oct.C (file contents):
Revision 1.38 by root, Sat Oct 9 16:36:31 2004 UTC vs.
Revision 1.39 by root, Sat Oct 9 16:37:31 2004 UTC

176void octant::event (occ_query &ev) 176void octant::event (occ_query &ev)
177{ 177{
178 if (ev.r <= 5) 178 if (ev.r <= 5)
179 return; 179 return;
180 180
181 ev.v.vismap[this].visibility = visibility_state::FULL; 181 //ev.v.vismap[this].visibility = visibility_state::FULL;
182 ev.v.far = ev.v.near + ev.v.frustum.n.distance (orig); 182 ev.v.far = ev.v.near + ev.v.frustum.n.distance (orig);
183 printf ("OCT(%x,%x,%x+%x) samples %d\n", orig.x, orig.y, orig.z, extent, ev.r); 183 printf ("OCT(%x,%x,%x+%x) samples %d\n", orig.x, orig.y, orig.z, extent, ev.r);
184} 184}
185 185

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines