deelan / webgl-loader

Automatically exported from code.google.com/p/webgl-loader
0 stars 0 forks source link

Problems on Ubuntu #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Builded converter simply by calling it in console.

Then, i run following in trunk folder:
./objcompress pelwis.obj pelwis.utf8

Note, that pelwis.obj already in /trunk

And output:
WARNING: mtllib (?) unsupported at line 4
ERROR: bad texcoord at line 6456

What's this means?

Original issue reported on code.google.com by stagedown@gmail.com on 16 Aug 2011 at 2:02

GoogleCodeExporter commented 8 years ago
So it looks like your OBJ file has 3-dimensional texcoords, where the 3rd 
dimension is always 0.0. I filed issue #14 which will track this specific 
defect. Meanwhile, an easy workaround for you right now would be to remove the 
trailing 0.0000 from all the vt.

Original comment by wonchun on 16 Aug 2011 at 2:49