Inheritance: NodeFunction →
This class represents a GLSL node function.
Constructs a new GLSL node function.
source
The GLSL source.
This method returns the GLSL code of the node function.
name
The function's name.
Default is this.name.
Overrides: NodeFunction#getCode
Returns: The shader code.