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

Comparing libgender/oct.C (file contents):
Revision 1.16 by root, Tue Oct 5 07:48:33 2004 UTC vs.
Revision 1.17 by root, Tue Oct 5 11:06:06 2004 UTC

162 if (ctx.frustum.f.distance (center) < -dia) return; 162 if (ctx.frustum.f.distance (center) < -dia) return;
163#endif 163#endif
164 164
165 } 165 }
166 166
167#if 1 167#if 0
168 glBegin (GL_LINES); 168 glBegin (GL_LINES);
169 sector s = orig; 169 sector s = orig;
170 s.x -= ctx.v.orig.x; 170 s.x -= ctx.v.orig.x;
171 s.y -= ctx.v.orig.y; 171 s.y -= ctx.v.orig.y;
172 s.z -= ctx.v.orig.z; 172 s.z -= ctx.v.orig.z;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines