From ef7b384861d59e566badf1adf28c8b56255c912e Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Fri, 21 Sep 2018 15:34:11 +0200 Subject: doc: Misc formatting fixes --- modules/opensimplex/doc_classes/SimplexNoise.xml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'modules') diff --git a/modules/opensimplex/doc_classes/SimplexNoise.xml b/modules/opensimplex/doc_classes/SimplexNoise.xml index 5b3af1cd67..e5e0c15b3c 100644 --- a/modules/opensimplex/doc_classes/SimplexNoise.xml +++ b/modules/opensimplex/doc_classes/SimplexNoise.xml @@ -4,9 +4,7 @@ Noise generator based on Open Simplex. - This resource allows you to configure and sample a fractal noise space. - - Here is a brief usage example that configures a SimplexNoise and gets samples at various positions and dimensions: + This resource allows you to configure and sample a fractal noise space. Here is a brief usage example that configures a SimplexNoise and gets samples at various positions and dimensions: [codeblock] var noise = SimplexNoise.new() @@ -102,8 +100,7 @@ - Generate a tileable noise image, based on the current noise parameters. - Generated seamless images are always square ([code]size[/code] x [code]size[/code]). + Generate a tileable noise image, based on the current noise parameters. Generated seamless images are always square ([code]size[/code] x [code]size[/code]). @@ -115,12 +112,10 @@ Number of Simplex noise layers that are sampled to get the fractal noise. - Period of the base octave. - A lower period results in a higher-frequency noise (more value changes across the same distance). + 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]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. + Contribution factor of the different octaves. 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