Hey guys,
What I have is a large dynamic mesh, and Shape::PolyMesh() takes too long to be used in real-time. I want the shapes vertices to change along with the mesh's without using Shape::PolyMesh() all the time.
Is it possible to manipulate the vertices of a shape without re-generating it?