Difference between revisions of "Get Final Colour"

From Terragen Documentation from Planetside Software
Jump to: navigation, search
Line 2: Line 2:
  
 
Provides the "Final Colour" of the current [[Render State]]. The [[Render State]] is affected by any shaders which were called before this function is called, among other things.
 
Provides the "Final Colour" of the current [[Render State]]. The [[Render State]] is affected by any shaders which were called before this function is called, among other things.
 +
 +
The input connection is not used by this node (consistent with all [[:Get|Get nodes]]).
  
 
Final Colour is the sum of all additive components of the appearance of a surface being rendered, after lighting contributions. Although it is defined to include atmosphere contributions if they have been applied, in practice [[Get Final Colour]] will always provide the colour of the surface prior to atmosphere. Future changes to the renderer may expose contexts where functions can be used after atmosphere.
 
Final Colour is the sum of all additive components of the appearance of a surface being rendered, after lighting contributions. Although it is defined to include atmosphere contributions if they have been applied, in practice [[Get Final Colour]] will always provide the colour of the surface prior to atmosphere. Future changes to the renderer may expose contexts where functions can be used after atmosphere.
 
The Input connection is not used by this node.
 
  
 
<!-- imported from file: module_30.html-->
 
<!-- imported from file: module_30.html-->
  
 
[[Category:Get]]
 
[[Category:Get]]

Revision as of 01:55, 7 October 2018

Get Final Colour

Provides the "Final Colour" of the current Render State. The Render State is affected by any shaders which were called before this function is called, among other things.

The input connection is not used by this node (consistent with all Get nodes).

Final Colour is the sum of all additive components of the appearance of a surface being rendered, after lighting contributions. Although it is defined to include atmosphere contributions if they have been applied, in practice Get Final Colour will always provide the colour of the surface prior to atmosphere. Future changes to the renderer may expose contexts where functions can be used after atmosphere.