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

Comparing libgender/oct.C (file contents):
Revision 1.28 by root, Wed Oct 6 16:52:48 2004 UTC vs.
Revision 1.29 by root, Wed Oct 6 17:04:06 2004 UTC

147 147
148 GLfloat fd = ctx.frustum.f.distance (center); 148 GLfloat fd = ctx.frustum.f.distance (center);
149 149
150 if (fd < -dia) 150 if (fd < -dia)
151 { 151 {
152 if (fd > -dia * 2) 152 if (fd < -dia * 2)
153 return; 153 return;
154 154
155 // cull, but do check for potential visibility 155 // cull, but do check for potential visibility
156 if (size ()) 156 if (size ())
157 ctx.farlist.push_back (this); 157 ctx.farlist.push_back (this);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines