ソースを参照

There is no 4D noise in base Noise

Clemens Tolboom 2 年 前
コミット
34712bb919
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tutorials/math/random_number_generation.rst

+ 1 - 1
tutorials/math/random_number_generation.rst

@@ -435,7 +435,7 @@ time, or anything else.
 To achieve this, you can use random *noise* functions. Noise functions are
 especially popular in procedural generation to generate realistic-looking
 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::
  .. code-tab:: gdscript GDScript