Power Scalar

From Terragen Documentation from Planetside Software
Revision as of 20:41, 5 April 2022 by Redmaw (talk | contribs) (Conformed layout & updated GUI image.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Power Scalar
Power Scalar


Overview

The Power family of nodes output the Main Input value raised to the power of the Input 2 value:


Output = Input to the power of Input 2


For colours the calculation is done on a component-wise basis, for example:


Output.red = Input.red to the power of Input 2.red
Output.green = Input.green to the power of Input 2.green
Output.blue = Input.blue to the power of Input 2.blue


Settings:

  • Name: This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Power scalar nodes in a project.
  • Enable: When checked, the node is active, and when unchecked the node is ignored.
  • Input 2: The shader or function nodes assigned to this setting provide the exponent value, that is,the number of times the base value (Main input) is multiplied by itself.