Just want to ask what approach to use to render UV at canvas. I tried straight way (just got all the triangles from UV Vertex Data and render them on a canvas) but I got a performance bottleneck in case of complex meshes. Maybe somebody knows more civilized approaches or maybe Babylon have such a feature. I found MeshUVSpaceRenderer but I dont clearly understand if it can helps me