add_sphere_uv_mesh {rayvertex} | R Documentation |
Add Sphere UV Mapping to Mesh
Description
Applies a planar UV mapping to a mesh based on a spherical direction from the origin.
Usage
add_sphere_uv_mesh(mesh, origin = c(0, 0, 0), override_existing = FALSE)
Arguments
mesh |
The mesh to which the UV mapping will be applied. |
origin |
Default |
override_existing |
Default |
Value
Modified mesh with added UV mapping.
Examples
if(run_documentation()) {
#Let's construct a mesh from the volcano dataset
}
[Package rayvertex version 0.11.4 Index]