--- ray/src/ot/oconv.c 1990/08/29 21:56:17 1.11 +++ ray/src/ot/oconv.c 1991/04/18 12:57:40 1.13 @@ -59,6 +59,8 @@ char **argv; if ((libpath = getenv("RAYPATH")) == NULL) libpath = ":/usr/local/lib/ray"; + initotypes(); + for (i = 1; i < argc && argv[i][0] == '-'; i++) switch (argv[i][1]) { case '\0': /* scene from stdin */ @@ -101,6 +103,7 @@ breakopt: } printargs(argc, argv, stdout); /* info. header */ + fputformat(OCTFMT, stdout); printf("\n"); startobj = nobjects; /* previous objects already converted */