Class PerlinNoise
Inheritance
System.Object
PerlinNoise
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nPerlin Noise generator.\r\n\r\nNote that for Texture 2D, the z coordinate is used as a seed offset.\r\nThis allows you to generate multiple noises with the same UV.\r\nBe careful with because if you use a UV with a distorted z value, you'll get a weird looking noise instead of the normal one.\r\n")]
[Serializable]
public class PerlinNoise : FixedNoiseNode, IUseCustomRenderTextureProcessing
Properties
|
Improve this Doc
View Source
name
Declaration
public override string name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
shaderName
Declaration
public override string shaderName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Implements