summaryrefslogtreecommitdiffstats
path: root/modules/noise/doc_classes
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2024-08-18 18:51:37 +0200
committerMicky <micheledevita2@gmail.com>2024-08-18 23:18:44 +0200
commitb8f78b14be5e61858c33a572159e074c3755f4c9 (patch)
tree4ba50bb6111a5d7e73e4d1dde71d1633987f912e /modules/noise/doc_classes
parent1bd740d18d714f815486b04bf4c6154ef6c355d9 (diff)
downloadredot-engine-b8f78b14be5e61858c33a572159e074c3755f4c9.tar.gz
Fix miscellaneous oddities around the class reference
Diffstat (limited to 'modules/noise/doc_classes')
-rw-r--r--modules/noise/doc_classes/FastNoiseLite.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/noise/doc_classes/FastNoiseLite.xml b/modules/noise/doc_classes/FastNoiseLite.xml
index f2a6c60376..b3e0577d29 100644
--- a/modules/noise/doc_classes/FastNoiseLite.xml
+++ b/modules/noise/doc_classes/FastNoiseLite.xml
@@ -118,7 +118,7 @@
Manhattan distance (taxicab metric) to the nearest point.
</constant>
<constant name="DISTANCE_HYBRID" value="3" enum="CellularDistanceFunction">
- Blend of [constant DISTANCE_EUCLIDEAN] and [constant DISTANCE_MANHATTAN] to give curved cell boundaries
+ Blend of [constant DISTANCE_EUCLIDEAN] and [constant DISTANCE_MANHATTAN] to give curved cell boundaries.
</constant>
<constant name="RETURN_CELL_VALUE" value="0" enum="CellularReturnType">
The cellular distance function will return the same value for all points within a cell.