Class WaveformFunctionCollapseNode
Takes an training sample texture and generates a texture of specified size that is locally similar to that sample texture.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Wave Function Collapse", "Textures", true)]
[Serializable]
public class WaveformFunctionCollapseNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
TextureData
Declaration
public TextureData TextureData { get; }
Property Value
Type | Description |
---|---|
TextureData |
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()