Failed to load geometry

If object file(in text) start with just ‘g’,
WrapX can’t read this.

But other programs such as meshlab, maya, mudbox are no problem.

I wonder why WrapX can’t read.

My object file on notepad++ is like below.

g ← this is problem.
v 0.054509 -9.178070 -5.749235
v 0.444206 -9.182685 -5.721002
v 0.480437 -9.350642 -6.206131
.
.
.
.
.

Hello ryudeo,

Thank you! We will fix it in next release.

As far as I know that however is not a valid OBJ-file as g stands for polygon group specification that should be followed by group name. Group with no name just make no sense.

The workaround for now would be to delete this line from file in text editor and save it.

Thank you, Andrew. ^^