scalemesh(mesh, size, center = c("bbox", "mean", "none"))
Value
returns a scaled mesh
Arguments
mesh
object of class "mesh3d"
size
numeric: scale factor
center
character: method to position center of mesh after scaling:
values are "bbox", and "mean". See Details for more info.
Author
Stefan Schlager
Details
The mesh's center is determined either as mean of the bounding box
(center="bbox") or mean of vertex coordinates (center="mean") and then
scaled according to the scaling factor. If center="none", vertex coordinates
will simply be multiplied by "size".