Divide Scalar: Difference between revisions

From Terragen Documentation from Planetside Software
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
<!-- imported from file: module_78.html-->
<!-- imported from file: module_78.html-->


[[Category:Divide| ]]
[[Category:Divide]]

Revision as of 18:31, 1 June 2011

Divide Scalar

Node Description & Purpose:
The Divide family of nodes allows you to divide the colour/scalar/vector coming into the Input by the color/scalar/vector coming into Input 2. The division is component-wise, for example with a colour:

Input.red divided by Input 2.red
Input.green divided by Input 2.green
Input.blue divided by Input 2.blue

Division by zero, which is an invalid operation and causes problems for computers, is handled safely by the nodes. In the case of division by zero the node will divide the value by epsilon, which is a very small number greater than zero. If you don't know what this means, basically you will get a very large valid number output from the node which ensures that your network will continue to work. If this was not done you could get either an invalid number which would cause problems in the rest of your network, or the application might even crash.

Node Type: Function

Settings:
All nodes in this family have just the one setting, which lets you choose a node for Input 2.