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

Comparing libgender/oct.C (file contents):
Revision 1.77 by root, Tue Nov 9 22:39:19 2004 UTC vs.
Revision 1.78 by root, Wed Nov 10 01:57:15 2004 UTC

187 { 187 {
188 if (size ()) 188 if (size ())
189 ctx.vislist.push_back (this); 189 ctx.vislist.push_back (this);
190 } 190 }
191 else 191 else
192 {
193 vs.state = SUBTREE_OCCLUDED; 192 vs.state = SUBTREE_OCCLUDED;
194 ctx.vislist.push_back (this);
195 }
196 193
197 return visible; 194 return visible;
198} 195}
199 196
200void octant::draw_depth (view &ctx) 197void octant::draw_depth (view &ctx)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines