mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
There is no 4D noise in base Noise
This commit is contained in:
@@ -435,7 +435,7 @@ time, or anything else.
|
|||||||
To achieve this, you can use random *noise* functions. Noise functions are
|
To achieve this, you can use random *noise* functions. Noise functions are
|
||||||
especially popular in procedural generation to generate realistic-looking
|
especially popular in procedural generation to generate realistic-looking
|
||||||
terrain. Godot provides :ref:`class_fastnoiselite` for this, which supports
|
terrain. Godot provides :ref:`class_fastnoiselite` for this, which supports
|
||||||
1D, 2D, 3D, and 4D noise. Here's an example with 1D noise:
|
1D, 2D and 3D noise. Here's an example with 1D noise:
|
||||||
|
|
||||||
.. tabs::
|
.. tabs::
|
||||||
.. code-tab:: gdscript GDScript
|
.. code-tab:: gdscript GDScript
|
||||||
|
|||||||
Reference in New Issue
Block a user