View source: R/render_clouds.R
gen_fractal_perlin | R Documentation |
Generate Fractal Perlin Noise
gen_fractal_perlin(
ray_d,
xyz,
altitude,
nrow = NULL,
ncol = NULL,
t_mat = NULL,
levels = 8,
inc = 100,
freq = 0.01/2,
seed = 1,
time = 0,
scale_x = 1,
scale_y = 1,
scale_z = 1
)
image array
#Fake example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.