Log Scalar: Difference between revisions

From Terragen Documentation from Planetside Software
Jump to navigation Jump to search
jrfconvert import
 
Redmaw (talk | contribs)
Conformed layout & updated GUI image.
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:IMPORT]]
<div style="float:right; border-style:solid; padding:20px"><categorytree mode=pages hideroot=off>Power</categorytree></div>
='''Log Scalar'''=


[[Image:drex_module_90_image_0.png|485pxpx|Log Scalar]]
 
__NOTOC__
[[File:LogScalar_00_GUI.png|none|470px|Log Scalar]]
<!-- imported from file: module_90.html-->
 
 
== Overview ==
The Log family of nodes output the natural logarithm value of the shader or function nodes assigned to the Main Input.
 
 
For colours the calculation is done on a component-wise basis, for example:
 
 
Output.red = '''log of''' Input.red <br /n>
Output.green = '''log of''' Input.green <br /n>
Output.blue = '''log of''' Input.blue <br /n>
 
 
These nodes have 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 Log scalar nodes in a project.
*'''Enable:''' When checked, the node is active, and when unchecked the node is ignored.
 
 
<br /n>
 
 
 
 
[[Category:Power]]

Latest revision as of 20:23, 5 April 2022


Log Scalar
Log Scalar


Overview

The Log family of nodes output the natural logarithm value of the shader or function nodes assigned to the Main Input.


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


Output.red = log of Input.red
Output.green = log of Input.green
Output.blue = log of Input.blue


These nodes have 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 Log scalar nodes in a project.
  • Enable: When checked, the node is active, and when unchecked the node is ignored.