Skip to main content

Advanced Node Reference

The Advanced Studio contains 67 safe node types. The node palette is generated from the same catalogue used by the TextEffect plugin.

Categories

Value types

TypeDescription
floatOne number
vec2Two numbers, normally X/Y or UV
vec3Three numbers, normally RGB

Shader stages

StageDescription
SharedCan be compiled for fragment or vertex output paths
FragmentAvailable to colour, opacity, brightness and texture effects
VertexAvailable to movement outputs

Performance cost

Low-cost nodes use simple values or maths. Medium-cost nodes include procedural random and noise work. High-cost nodes sample glyph texture pixels.

The graph validator limits the number of random, texture and high-cost nodes that can be used in one effect.