Click or drag to resize

OpenSimplexNoiseGetNoise3dv Method

Returns the 3D noise value [-1,1] at the given position.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetNoise3dv(
	Vector3 pos
)

Parameters

pos
Type: GodotVector3

[Missing <param name="pos"/> documentation for "M:Godot.OpenSimplexNoise.GetNoise3dv(Godot.Vector3)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.OpenSimplexNoise.GetNoise3dv(Godot.Vector3)"]

See Also