View source: R/displacement_sphere.R
displacement_sphere | R Documentation |
Construct Displacement Sphere
displacement_sphere(
displacement_texture,
displacement_scale = 1,
use_cube = FALSE,
cube_subdivision_levels = NA,
displace = TRUE,
verbose = TRUE,
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()
)
displacement_texture |
Image or matrix/array that will be used to displace the sphere. |
displacement_scale |
Default |
use_cube |
Default |
cube_subdivision_levels |
Default |
displace |
Default |
verbose |
Default |
position |
Default |
scale |
Default |
angle |
Default |
pivot_point |
Default |
order_rotation |
Default |
material |
Default |
raymesh object
if(run_documentation()) {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.