Vector to Colour

From Terragen Documentation from Planetside Software
Revision as of 17:50, 17 March 2022 by Redmaw (talk | contribs) (Updated descriptions and added example images.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Vector to Colour
Vector to Colour


Overview

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


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


The following example is for illustrative purposes only. An EXR image supplies vector data to displace the planet surface. The vector data is also passed to a Normalise vector node prior to being passed to a Vector to colour node because some of the vector values will exceed the visual range, 0 to 1 or sRGB 0 - 255. Once normalised, the vector data is then converted to colour via the Vector to colour node.

Node Network view illustrating the vector data supplied by an EXR file both displacing and colouring the planet surface.
Render views illustrating the vector data supplied by an EXR file being assigned to a Surface layer’s Colour function and Luminosity function.


Settings:

  • Name: This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Vector to colour 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.