Hi
I’m a nooob with 3D, I need to smooth the faces of a low poli model with something similar to smoothing groups of 3Dmax. I can’t use smoothing groups and apply them to the model file because I’m working with a MD5 format, MD5 doesn’t support smoothing groups.
So I need to use the Weld class, I read that class will do that to my model.
But I have the following problem with Weld:
This line:
Weld.apply(myMesh); //A Mesh object
Returns this error:
[Fault] exception, information=RangeError: Error #1125: El índice 9846 está fuera del rango 1.
I have a spanish version of the flex framework, what it says is that some Vector or Array requested index is out of range.
This error is inside the Weld class.
What I’m doing wrong?
Thanks