| # | Line 59 | Line 59 | char **argv; | |
|---|---|---|
| 59 | if ((libpath = getenv("RAYPATH")) == NULL) | |
| 60 | libpath = ":/usr/local/lib/ray"; | |
| 61 | ||
| 62 | + | initotypes(); |
| 63 | + | |
| 64 | for (i = 1; i < argc && argv[i][0] == '-'; i++) | |
| 65 | switch (argv[i][1]) { | |
| 66 | case '\0': /* scene from stdin */ | |
| # | Line 101 | Line 103 | breakopt: | |
| 103 | } | |
| 104 | ||
| 105 | printargs(argc, argv, stdout); /* info. header */ | |
| 106 | + | fputformat(OCTFMT, stdout); |
| 107 | printf("\n"); | |
| 108 | ||
| 109 | startobj = nobjects; /* previous objects already converted */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |