Difference between revisions of "Colour to Vector"

From Terragen Documentation from Planetside Software
Jump to: navigation, search
(Updated descriptions and added newer GUI image.)
Line 1: Line 1:
[[Image:drex_module_108_image_0.png|485pxpx|Colour to Vector]]
+
<div style="float:right; border-style:solid; padding:20px"><categorytree mode=pages hideroot=off>Convert</categorytree></div>
  
'''Node Description & Purpose: '''<br /> The Colour to vector node converts the Input colour into a vector. This conversion happens according to the node input type conversion rules which are described in [[Node Input Type Conversion]].
+
[[File:Colour2Vector_00_GUI.png|none|470px|Colour to Vector]]
  
'''Node Type: ''' Function
 
  
'''Settings: '''<br /> This node has no other settings apart from the Input node.
+
== Overview ==
 +
The Colour to vector node converts the Input colour into a vector. This conversion happens according to the node input type conversion rules which are described in the [[Node Input Type Conversion]] documentation.
 +
 
 +
 +
When converting a colour to a vector, a piecewise component copy is done:
 +
<ul>
 +
vector.x becomes colour.red <br /n>
 +
vector.y becomes colour.green <br /n>
 +
vector.z becomes colour.blue <br /n>
 +
</ul>
 +
 
 +
 
 +
This node has no other settings apart from the Input node.
 +
 
 +
 
 +
'''Settings:'''
 +
 
 +
*'''Name:''' This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Colour to Vector nodes in a project.
 +
*'''Enable:''' When checked, the node is active and the conversion operation will take place. When unchecked the values assigned to its Main Input, if any, are passed through, otherwise a value of 0 is passed through.
 +
 
 +
 
 +
<br /n>
 +
 
  
 
[[Category:Convert]]
 
[[Category:Convert]]

Revision as of 21:42, 16 March 2022

Colour to Vector


Overview[edit]

The Colour to vector node converts the Input colour into a vector. This conversion happens according to the node input type conversion rules which are described in the Node Input Type Conversion documentation.


When converting a colour to a vector, a piecewise component copy is done:

    vector.x becomes colour.red
    vector.y becomes colour.green
    vector.z becomes colour.blue


This node has no other settings apart from the Input node.


Settings:

  • Name: This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Colour to Vector nodes in a project.
  • Enable: When checked, the node is active and the conversion operation will take place. When unchecked the values assigned to its Main Input, if any, are passed through, otherwise a value of 0 is passed through.



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.

A single object or device in the node network which generates or modifies data and may accept input data or create output data or both, depending on its function. Nodes usually have their own settings which control the data they create or how they modify data passing through them. Nodes are connected together in a network to perform work in a network-based user interface. In Terragen 2 nodes are connected together to describe a scene.