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

Comparing libgender/oct.C (file contents):
Revision 1.76 by root, Tue Nov 9 22:33:18 2004 UTC vs.
Revision 1.77 by root, Tue Nov 9 22:39:19 2004 UTC

114{ 114{
115} 115}
116 116
117bool octant::detect_visibility (view &ctx) 117bool octant::detect_visibility (view &ctx)
118{ 118{
119 ctx.stat1++;//D
120
119 sector centeri = orig - ctx.orig; 121 sector centeri = orig - ctx.orig;
120 point centerf = point (centeri); 122 point centerf = point (centeri);
121 123
122 GLfloat rad = ctx.diagfact * extent; 124 GLfloat rad = ctx.diagfact * extent;
123 125

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines