Hello,

I was recently trying out the OBJ plugin for exporting a model, and it ended up specifying line vertices using syntax one would expect when specifying faces.

i.e., The exported file contained a number of lines such as:

l 2261//2222 2262//2223

l 2263//2224 2264//2225

l 2265//2226 2266//2227

l 2267//2228 2268//2229

l 2269//2230 2270//2231

l 2271//2232 2272//2233

It is my understanding that the obj file format expects lists of vertices for the "l" context? When I tried to import the obj file into Blender, it complained about the above lines since it was trying to interpret each space delimited section (after "l") as an integer.

Am I missing something?

Regards,

Judson
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to