| mesh_triangles | R Documentation |
Returns a list of triangles defined by 3 vertices (v1, v2, v3).
mesh_triangles(mesh)
mesh |
mesh3d, or mesh3d-like object |
list object
data(demoSphere)
triangles <- mesh_triangles(demoSphere)
triangles[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.