hi
i am trying to split faces using the FaceHelper.as.
when i try to use FaceHelper.triFaces or FaceHelper.quaterFaces on a simple primitive (plane) everything works fine, but if i try to use it on a imported mesh, it gives this error:
[Fault] exception, information=RangeError: Error #3669: Bad input size.
you can easily reproduce this error by adding this line to the “Intermediate_Head.as”, right after the headModel has been loadet:
FaceHelper.quarterFace(headModel, 0, 0)
i think the vertexTangentData and vertexNormalData are not changed by the Facehelper functions.
i am using a 2-week old zip-download of the master-branch