Problem :
When loading an obj model, the loader fail with an "empty String" message. If
the model file contain several spaces between the two numeric values of "vt"
element, then the problem appears. some tools (Wings3D, UVMapper) do put those
spaces to align values.
(JME3, nightbuild of 25/06/2012)
Source :
It seems this comes from the readVector2 function, that is used to read vertex
texture (vt). the splitting of the line is not correctly working.
Possible solution :
use a //s++ instead of //s to split the line, or use the same method as
readVector3 (which is not sensible to the same problem)
Original issue reported on code.google.com by mgpa...@gmail.com on 11 Jul 2012 at 10:15
Original issue reported on code.google.com by
mgpa...@gmail.com
on 11 Jul 2012 at 10:15