ply_mesh {rayvertex} | R Documentation |
PLY Mesh 3D Model
Description
PLY Mesh 3D Model
Usage
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()
)
Arguments
filename |
PLY filename. |
center |
Default |
position |
Default |
scale |
Default |
angle |
Default |
pivot_point |
Default |
order_rotation |
Default |
material |
Default |
Value
List describing the mesh.
Examples
#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).
[Package rayvertex version 0.11.4 Index]