vcg_sphere {ravetools} | R Documentation |
Simple 3-dimensional sphere mesh
Description
Simple 3-dimensional sphere mesh
Usage
vcg_sphere(sub_division = 3L, normals = TRUE)
Arguments
sub_division |
density of vertex in the resulting mesh |
normals |
whether the normal vectors should be calculated |
Value
A 'mesh3d'
object
Examples
vcg_sphere()
[Package ravetools version 0.1.7 Index]