Class CellularNoise
Inheritance
System.Object
CellularNoise
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nVoronoi/Cellular Noise generator.\r\nThis node is useful to generate cloud like textures, organic cellular patterns or more exotic patterns with stars using the Minkowski distance mode.\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 CellularNoise : FixedNoiseNode, IUseCustomRenderTextureProcessing
Properties
|
Improve this Doc
View Source
filteredOutProperties
Declaration
protected override IEnumerable<string> filteredOutProperties { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
Overrides
|
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