Skip to content

Commit 2bd7d8e

Browse files
Clarify SIMPLEX and SIMPLEX_SMOOTH types
1 parent db66bd3 commit 2bd7d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/noise/doc_classes/FastNoiseLite.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
Cellular includes both Worley noise and Voronoi diagrams which creates various regions of the same value.
9292
</constant>
9393
<constant name="TYPE_SIMPLEX" value="0" enum="NoiseType">
94-
As opposed to [constant TYPE_PERLIN], gradients exist in a simplex lattice rather than a grid lattice, avoiding directional artifacts.
94+
As opposed to [constant TYPE_PERLIN], gradients exist in a simplex lattice rather than a grid lattice, avoiding directional artifacts. Internally uses FastNoiseLite's OpenSimplex2 noise type.
9595
</constant>
9696
<constant name="TYPE_SIMPLEX_SMOOTH" value="1" enum="NoiseType">
97-
Modified, higher quality version of [constant TYPE_SIMPLEX], but slower.
97+
Modified, higher quality version of [constant TYPE_SIMPLEX], but slower. Internally uses FastNoiseLite's OpenSimplex2S noise type.
9898
</constant>
9999
<constant name="FRACTAL_NONE" value="0" enum="FractalType">
100100
No fractal noise.

0 commit comments

Comments
 (0)