diff options
author | JFonS <joan.fonssanchez@gmail.com> | 2018-09-19 21:00:10 +0200 |
---|---|---|
committer | JFonS <joan.fonssanchez@gmail.com> | 2018-09-19 21:00:10 +0200 |
commit | 4faa5acaa7379fa86d69cb2856edd3a990d190b1 (patch) | |
tree | d89d2ae6ab49c1e10450d47aa5b946e4e7e1551f /modules/opensimplex/doc_classes | |
parent | 2306ec211cab87b2941d32e7b88e4bb7304e5e62 (diff) |
Replace "persistance" with "persistence"
Replace "persistance" with "persistence" in the simplex code.
Also made some minor fixes to the docs.
Diffstat (limited to 'modules/opensimplex/doc_classes')
-rw-r--r-- | modules/opensimplex/doc_classes/SimplexNoise.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/opensimplex/doc_classes/SimplexNoise.xml b/modules/opensimplex/doc_classes/SimplexNoise.xml index 5c633492e7..1be7b5896d 100644 --- a/modules/opensimplex/doc_classes/SimplexNoise.xml +++ b/modules/opensimplex/doc_classes/SimplexNoise.xml @@ -47,7 +47,7 @@ <argument index="1" name="y" type="float"> </argument> <description> - Returns the 2D noise value [-1,1] at the given position. + Returns the 2D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_noise_2dv"> @@ -56,7 +56,7 @@ <argument index="0" name="pos" type="Vector2"> </argument> <description> - Returns the 2D noise value [-1,1] at the given position. + Returns the 2D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_noise_3d"> @@ -69,7 +69,7 @@ <argument index="2" name="z" type="float"> </argument> <description> - Returns the 3D noise value [-1,1] at the given position. + Returns the 3D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_noise_3dv"> @@ -78,7 +78,7 @@ <argument index="0" name="pos" type="Vector3"> </argument> <description> - Returns the 3D noise value [-1,1] at the given position. + Returns the 3D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_noise_4d"> @@ -93,7 +93,7 @@ <argument index="3" name="w" type="float"> </argument> <description> - Returns the 4D noise value [-1,1] at the given position. + Returns the 4D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_seamless_image"> |