, Sr. Member
Hi
Sorry, but at this point, the vertice-order from imported files like obj, is not preserved.
On import, the mesh might needs to be split into different subgeometries, so the order is changed (if its not allready changed earlier)...
i think it would be possible, to keep track of the changed vertices-order, by creating a dictionary when parsing, that will translate the old-vert-index to new-vert-index + subGeo-index…but since this is only needed on special cases, it would need to be optional….I think this feature will be added at some point, but i cannot tell you when…
for a workarround, you could write yourself a little function, that loops over the verts, and gives back all verts at a specific position.
this way, you could read the position of a vert in your modeling-application, and check the index for the vert in away3d using its position…
this only makes sense when you do not have to animate lots of points….