| read_ply | R Documentation |
Reads a PLY file (ASCII or binary) with optional per-vertex colors
and returns a scimesh mesh descriptor list with vertices,
triangles, and optionally colors.
read_ply(path)
path |
Path to the PLY file. |
A mesh descriptor list.
## Not run:
mesh <- read_ply("model.ply")
nrow(mesh$vertices)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.