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

Comparing ray/src/gen/genbox.c (file contents):
Revision 2.11 by greg, Fri Apr 9 01:48:20 2021 UTC vs.
Revision 2.12 by greg, Fri Apr 9 18:52:57 2021 UTC

# Line 398 | Line 398 | main(int argc, char *argv[])
398          }
399          if (obj != NULL) {                      /* need to write output? */
400                  if (objout) {
401 <                        coalesceVertices(obj, 2.*FTINY);
401 >                        if (rounde)             /* joins corners to edges */
402 >                                coalesceVertices(obj, 2.*FTINY);
403                          if (toOBJ(obj, stdout) <= 0)
404                                  return(1);
405                  } else if (toRadiance(obj, stdout, 0, 0) <= 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines