| # | 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) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |