Vertices of a rectangular mesh

  • I have a plane mesh imported from blender (. Babylon). How do I get the coordinates of all four points of the mesh? I know that Mesh.updateFacetData() opens up additional information about the mesh. But how do you get the vertices of a rectangular mesh?

https://doc.babylonjs.com/how_to/updating_vertices#vertex-data

2 Likes