ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/obj2mesh.c
(Generate patch)

Comparing ray/src/ot/obj2mesh.c (file contents):
Revision 2.9 by greg, Thu Apr 22 17:33:48 2004 UTC vs.
Revision 2.10 by greg, Thu Apr 22 17:35:54 2004 UTC

# Line 206 | Line 206 | add2full(                      /* add object to full node */
206          objset(oset, cu->cutree);
207          cukid.cusize = cu->cusize * 0.5;
208  
209 <        if (inc==O_IN || oset[0] < objlim || cukid.cusize <
209 >        if (oset[0] < objlim || cukid.cusize <
210                          (oset[0] < MAXSET ? mincusize : mincusize/256.0)) {
211                                                  /* add to set */
212                  if (oset[0] >= MAXSET) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines