[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.Noise.PerlinNoise(System.Single[0:,0:,0:],System.Int32,System.Int32,System.Single,System.Int32,System.Int32,System.Int32)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public void PerlinNoise(
	float[,,] map,
	int startOctave,
	int endOctave,
	float decay,
	int offsetX,
	int offsetY,
	int offsetZ
)

Parameters

map
array<Single,3>[,](,)[,][,]
startOctave
Int32
endOctave
Int32
decay
Single
offsetX
Int32
offsetY
Int32
offsetZ
Int32

See Also