Notch Notch Manual 0.9.23
 Light | Dark
JavaScript Node

JavaScript Node

Add a custom JS script to manipulate parameters in the scene.

image

Method #

This node allows a custom JS script to manipulate parameters in the scene, evaluate complex logic systems, and other functions.

For a full breakdown see the JavaScript Section.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Create Javascript File..Creates a new javascript file and automatically adds it as a resource.
Javascript FileA script resource
Add Global Input (float)Add a float parameter that can be sent to the js script as global variables every frame.
Add Global Input (string)Add a string parameter that can be sent to the js script as global variables every frame.
Add Global OutputAdd a parameter that can be received from the js script as global variables every frame. you can use these values in other nodes by using the extractor node.

Inputs

These are defined by the Input Parameters.

Related Videos