I am trying to create a path representation on a Plane in RealityKit. To do that, I tried to create a custom mesh and create a ModelEntity with that mesh, but the MeshResource type only provides static methods to generate simple shapes. Is there a way to do that?