Difference between revisions of "Profile Node System"
From Light Forge Wiki
Chris Monson (Talk | contribs) (→Nodes) |
Chris Monson (Talk | contribs) (→Nodes) |
||
Line 6: | Line 6: | ||
A simple example of this is to calculate 3 + 6. You can calculate this with the following node setup: | A simple example of this is to calculate 3 + 6. You can calculate this with the following node setup: | ||
− | + | [Value Node @ 3] | |
− | + | \ | |
− | + | \ | |
− | + | [Add Node]----[Output] | |
− | + | / | |
− | + | / | |
− | + | [Value Node @ 6] | |
==Pins== | ==Pins== |
Revision as of 14:06, 24 February 2013
The Profile Node System is a means of translating Lightforge's input values into values compatible with whatever lighting fixtures you may be using.
Contents |
Nodes
A node is a container that executes predefined function on the data passing through it's inputs and outputs (called pins). A node system works by allowing you to feed a flow of information from one node to the next in order to make adjustments to the data flowing through the system.
A simple example of this is to calculate 3 + 6. You can calculate this with the following node setup:
[Value Node @ 3] \ \ [Add Node]----[Output] / / [Value Node @ 6]