hello
is there any possibility to set supply a mesh with vertex data?
lest say for example, I wanna get the vertex positions, and replace them with other vertex position.
thanks.
If it's already constructed, and not compiled look into object.getPolygonManager() to access each polygon, or object.getMesh() to gain access to each vertex with an IVertexController.