Category:Get: Difference between revisions

From Terragen Documentation from Planetside Software
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Function Nodes]]
[[Category:Function Nodes]]


Get function nodes retrieve specific pieces of information about the scene, either from an input shader, or a specific setting. Usually this data is gathered from the current pixel being evaluated/rendered by the render engine.
"Get" function nodes retrieve specific pieces of information about the scene. Usually this data is gathered from the current pixel being evaluated/rendered by the render engine. The output may depend on where the function is being evaluated in the shader network. "Get" nodes ignore anything connected to their "main input"; the input connection exists because it is automatically created for all function nodes, but it is completely inert in "Get" nodes.

Revision as of 01:32, 7 October 2018


"Get" function nodes retrieve specific pieces of information about the scene. Usually this data is gathered from the current pixel being evaluated/rendered by the render engine. The output may depend on where the function is being evaluated in the shader network. "Get" nodes ignore anything connected to their "main input"; the input connection exists because it is automatically created for all function nodes, but it is completely inert in "Get" nodes.