| ply_mesh | R Documentation | 
PLY Mesh 3D Model
ply_mesh(
  filename,
  center = FALSE,
  position = c(0, 0, 0),
  scale = c(1, 1, 1),
  angle = c(0, 0, 0),
  pivot_point = c(0, 0, 0),
  order_rotation = c(1, 2, 3),
  material = material_list()
)
| filename | PLY filename. | 
| center | Default  | 
| position | Default  | 
| scale | Default  | 
| angle | Default  | 
| pivot_point | Default  | 
| order_rotation | Default  | 
| material | Default  | 
List describing the mesh.
#See the documentation for `obj_mesh()`--no example PLY models are included with this package,
#but the process of loading a model is the same (but no materials are included in PLY files).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.