I added the triangle mesh using the function gym.add_triangle_mesh
at the start of the simulation. Is it possible to replace the existing triangle mesh with a newly sampled one? E.g., deleting the mesh and loading a new one using the add_triangle_mesh
method.