Difference between revisions of "Profile Node System"
Chris Monson (Talk | contribs) (→Nodes) |
Chris Monson (Talk | contribs) (→Nodes) |
||
Line 9: | Line 9: | ||
\ | \ | ||
\ | \ | ||
− | [Add Node]----[Output] | + | [Add Node]----[Output = 9] |
/ | / | ||
/ | / | ||
[Value Node @ 6] | [Value Node @ 6] | ||
+ | |||
+ | The value of 3 flows from the top value node into the add node. The value of 6 flows from the bottom value node into the add node. The add node does the function Input 1 + Input 2, and the resulting value of 9 flows out the add node. | ||
==Pins== | ==Pins== |
Revision as of 14:08, 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 = 9] / / [Value Node @ 6]
The value of 3 flows from the top value node into the add node. The value of 6 flows from the bottom value node into the add node. The add node does the function Input 1 + Input 2, and the resulting value of 9 flows out the add node.