experimental

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BrushedMetalNode

type BrushedMetalNode = nodes.Struct[BrushedMetalNodeNodeData]

type BrushedMetalNodeNodeData

type BrushedMetalNodeNodeData struct {
	Dimensions nodes.Output[int]
	BaseColor  nodes.Output[coloring.WebColor]
	BrushColor nodes.Output[coloring.WebColor]
	BrushSize  nodes.Output[float64]
	Count      nodes.Output[int]
}

func (BrushedMetalNodeNodeData) Out added in v0.23.0

type GridNode added in v0.23.0

type GridNode = nodes.Struct[GridNodeData]

type GridNodeData added in v0.23.0

type GridNodeData struct {
	HorizontalLines nodes.Output[int]
	VerticalLines   nodes.Output[int]
	Dimensions      nodes.Output[int]
	Color           nodes.Output[coloring.WebColor]
	LineColor       nodes.Output[coloring.WebColor]
	LineWidth       nodes.Output[float64]
}

func (GridNodeData) Out added in v0.23.0

type SampleNode

type SampleNode = nodes.Struct[SampleNodeData]

type SampleNodeData

type SampleNodeData struct {
	Start   nodes.Output[float64]
	End     nodes.Output[float64]
	Samples nodes.Output[int]
}

func (SampleNodeData) Out added in v0.23.0

type SeamlessPerlinNode

type SeamlessPerlinNode = nodes.Struct[SeamlessPerlinNodeData]

type SeamlessPerlinNodeData

type SeamlessPerlinNodeData struct {
	Dimensions nodes.Output[int]
	Positive   nodes.Output[coloring.WebColor]
	Negative   nodes.Output[coloring.WebColor]
}

func (SeamlessPerlinNodeData) Out added in v0.23.0

type ShiftNode

type ShiftNode = nodes.Struct[ShiftNodeData]

type ShiftNodeData

type ShiftNodeData struct {
	In    nodes.Output[[]float64]
	Shift nodes.Output[float64]
}

func (ShiftNodeData) Out added in v0.23.0

func (snd ShiftNodeData) Out() nodes.StructOutput[[]float64]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL