geep opened this issue on Mar 10, 2009 · 20 posts
ockham posted Tue, 10 March 2009 at 3:27 PM
The torus.obj as exported has "fo" lines instead of "f" lines. After I
edited the file to make them all "f" lines, it showed up properly in Amapi.
From the official Wavefront OBJ format:
NOTE: Any references to fo (face outline) are no longer valid as of
version 2.11. You can use f (face) to get the same results.
References to fo in existing .obj files will still be read,
however, they will be written out as f when the file is saved.