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

Comparing libgender/oct.C (file contents):
Revision 1.48 by root, Sun Oct 10 14:15:15 2004 UTC vs.
Revision 1.49 by root, Sun Oct 10 18:14:22 2004 UTC

189 189
190 vs.last = timer.now; 190 vs.last = timer.now;
191 vs.visibility = ev.r <= 0 191 vs.visibility = ev.r <= 0
192 ? visibility_state::OCCLUDED 192 ? visibility_state::OCCLUDED
193 : visibility_state::FULL; 193 : visibility_state::FULL;
194 //if (extent > 0x16)
195 //printf ("OCT(%x,%x,%x+%x) samples %d\n", orig.x, orig.y, orig.z, extent, ev.r);
196} 194}
197 195

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines