| read_obj | R Documentation |
Reads a Wavefront OBJ file (with optional UV coordinates and normals)
and returns a scimesh mesh descriptor list with vertices,
triangles, and optionally uv and normals.
read_obj(path)
path |
Path to the OBJ file. |
A mesh descriptor list.
## Not run:
mesh <- read_obj("model.obj")
nrow(mesh$vertices)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.