-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
If I am loading .obj files either generated from 3ds max exporter or converted
by the open asset import library i get the error.
WARNING: s ignored in line [linenumber]
as far as i know s stands for the smoothing groups aka vertex normals in the
.obj file format.
Got this info from here: http://en.wikipedia.org/wiki/Wavefront_.obj_file
"Smooth shading across polygons is enabled by smoothing groups."
Are smoothing groups not recognized in the exporter?
Here is a link to a obj file causing the issue:
http://threever.org/demos/problem/waranHigh.obj
Original issue reported on code.google.com by guntr...@googlemail.com on 27 Oct 2012 at 4:32