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. 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.
"Get" function nodes retrieve specific pieces of information about the scene. Usually this data is gathered from the current pixel or polygon 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 socket exists only because it is automatically created for all function nodes, but it has no purpose in "Get" nodes.

Revision as of 01:34, 7 October 2018


"Get" function nodes retrieve specific pieces of information about the scene. Usually this data is gathered from the current pixel or polygon 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 socket exists only because it is automatically created for all function nodes, but it has no purpose in "Get" nodes.