Capítulo 658 de 859

Chapter 658: GLSLNodeFunction

Core Idea

This class represents a GLSL node function.

Reference Tables

Constructor

Signature
new GLSLNodeFunction( source : string )

Methods

MethodDescription
.getCode( name : string ) : stringThis method returns the GLSL code of the node function.

Key Takeaways

  1. GLSLNodeFunction extends: NodeFunction
  2. Key methods: getCode.

Connects To