Difference between revisions of "Add Colour"

From Terragen Documentation from Planetside Software
Jump to: navigation, search
(jrfconvert import)
 
Line 4: Line 4:
 
[[Image:drex_module_41_image_0.png|485pxpx|Add Colour]]
 
[[Image:drex_module_41_image_0.png|485pxpx|Add Colour]]
 
__NOTOC__
 
__NOTOC__
<!-- imported from file: module_41.html-->
+
 
 +
'''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 :
 +
 
 +
Input.red + Input 2.red
 +
 
 +
Input.green + Input 2.green
 +
 
 +
Input.blue + Input 2.blue
 +
 
 +
'''Node Type:''' Function
 +
 
 +
'''Settings:'''
 +
All nodes in this family have just the one setting, which lets you choose a node for Input 2.

Revision as of 03:47, 11 July 2010

Add Colour[edit]

Add Colour


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 :

Input.red + Input 2.red

Input.green + Input 2.green

Input.blue + Input 2.blue

Node Type: Function

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

A scalar is a single number. 1, 200.45, -45, -0.2 are all examples of scalar values.

A vector is a set of three scalars, normally representing X, Y and Z coordinates. It also commonly represents rotation, where the values are pitch, heading and bank.