diff options
author | unknown <numaanzaheerahmed@yahoo.com> | 2019-06-17 13:22:48 +0530 |
---|---|---|
committer | unknown <numaanzaheerahmed@yahoo.com> | 2019-06-17 13:22:48 +0530 |
commit | 8786075ec0f0c82b79b87cfb1aff9a0cdff869ae (patch) | |
tree | 64acf195dce6765a1dcf23525665f91c5ffc6fb2 /modules/opensimplex/doc_classes | |
parent | 3cdd701a1450571df1eebd02e957d5e37c015afc (diff) |
Added description to get_noise_1d() in OpenSimplexNoise
Diffstat (limited to 'modules/opensimplex/doc_classes')
-rw-r--r-- | modules/opensimplex/doc_classes/OpenSimplexNoise.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml index dc7fc7fe31..894a1b3ced 100644 --- a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml +++ b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml @@ -41,6 +41,8 @@ <argument index="0" name="x" type="float"> </argument> <description> + Returns the 1D noise value [code][-1,1][/code] at the given x-coordinate. + Note: This method actually returns the 2D noise value [code][-1,1][/code] with fixed y-coordinate value 0.0. </description> </method> <method name="get_noise_2d"> |