doc: add noise documentation stubs
This commit is contained in:
parent
1525ad124b
commit
0d0444e245
48
doc/noise.asc
Normal file
48
doc/noise.asc
Normal file
@ -0,0 +1,48 @@
|
||||
== noise
|
||||
|
||||
=== fractals
|
||||
|
||||
fbm:: fractional brownian motion. simple summation of successive basis iterations with geometrically varying amplitude and frequency. results in homogenous and isotropic fields.
|
||||
hetero:: heterogenous fractal terrain. dampens high frequency contributions at local minima
|
||||
rmf::
|
||||
hmf::
|
||||
|
||||
runtime::
|
||||
|
||||
==== fractional brownian motion (fbm)
|
||||
|
||||
==== hetergenous fractal terrain
|
||||
|
||||
==== ridged multi-fractal
|
||||
|
||||
==== hybrid multi-fractal
|
||||
|
||||
=== parameters
|
||||
|
||||
octaves::
|
||||
|
||||
H:: fractal hurst parameter.
|
||||
|
||||
amplitude::
|
||||
gain::
|
||||
|
||||
frequency::
|
||||
lacunarity::
|
||||
|
||||
|
||||
=== basis
|
||||
|
||||
worley::
|
||||
perlin::
|
||||
value::
|
||||
patch::
|
||||
constant::
|
||||
|
||||
=== lerp
|
||||
|
||||
linear::
|
||||
cubic::
|
||||
quintic::
|
||||
cosine::
|
||||
|
||||
=== turbulence
|
Loading…
Reference in New Issue
Block a user