doc: remove documentation of extracted library code
This commit is contained in:
parent
95c5fc5b1d
commit
050897389b
@ -1,48 +0,0 @@
|
|||||||
== 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