From 83758a9004b313f86df496aa5f8b83b2ea14a6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 21 Sep 2018 09:33:05 +0200 Subject: doc: Sync classref with current source --- modules/opensimplex/doc_classes/SimplexNoise.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/opensimplex') diff --git a/modules/opensimplex/doc_classes/SimplexNoise.xml b/modules/opensimplex/doc_classes/SimplexNoise.xml index de29ff874c..5b3af1cd67 100644 --- a/modules/opensimplex/doc_classes/SimplexNoise.xml +++ b/modules/opensimplex/doc_classes/SimplexNoise.xml @@ -14,7 +14,7 @@ noise.seed = randi() noise.octaves = 4 noise.period = 20.0 - noise.persistance = 0.8 + noise.persistence = 0.8 # Sample print("Values:") @@ -118,9 +118,9 @@ Period of the base octave. A lower period results in a higher-frequency noise (more value changes across the same distance). - + Contribution factor of the different octaves. - A [code]persistance[/code] value of 1 means all the octaves have the same contribution, a value of 0.5 means each octave contributes half as much as the previous one. + A [code]persistence[/code] value of 1 means all the octaves have the same contribution, a value of 0.5 means each octave contributes half as much as the previous one. Seed used to generate random values, different seeds will generate different noise maps. -- cgit v1.2.3