View source: R/add_plane_uv_mesh.R
add_sphere_uv_mesh | R Documentation |
Applies a planar UV mapping to a mesh based on a spherical direction from the origin.
add_sphere_uv_mesh(mesh, origin = c(0, 0, 0), override_existing = FALSE)
mesh |
The mesh to which the UV mapping will be applied. |
origin |
Default |
override_existing |
Default |
Modified mesh with added UV mapping.
if(run_documentation()) {
#Let's construct a mesh from the volcano dataset
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.