Add Vector: Difference between revisions

From Terragen Documentation from Planetside Software
Jump to navigation Jump to search
No edit summary
Changed the example math from colour to vector.
Line 2: Line 2:


'''Node Description & Purpose:'''
'''Node Description & Purpose:'''
The Add family of nodes allow you to add the colour/scalar/vector coming into the Input by the color/scalar/vector coming into Input 2. The addition is component-wise, for example with a colour :
The Add family of nodes allow you to add the colour/scalar/vector coming into the Input by the color/scalar/vector coming into Input 2.


Input.red + Input 2.red
With Add Vector the addition is component-wise:


Input.green + Input 2.green
Main input.X + Input 2.X


Input.blue + Input 2.blue
Main input.Y + Input 2.Y
 
Main input.Z + Input 2.Z


'''Node Type:''' Function
'''Node Type:''' Function

Revision as of 01:30, 21 January 2022

Add Vector

Node Description & Purpose: The Add family of nodes allow you to add the colour/scalar/vector coming into the Input by the color/scalar/vector coming into Input 2.

With Add Vector the addition is component-wise:

Main input.X + Input 2.X

Main input.Y + Input 2.Y

Main input.Z + Input 2.Z

Node Type: Function

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