| CreateTriMeshFromMesh |
odeutils |
This creates a geom starting from a Mesh, building it's own TriMeshData. Avoid calling this multiple times with the same mesh, becouse you'll create a lot of identical TriMeshData. Instead, create the Trimesh with the CreateTrimeshData and then call multiple CreateTriMeshFromPrebuilt |