Unity Products:Amplify Shader Editor/Projection Params: Difference between revisions

From Amplify Creations Wiki
Jump to navigation Jump to search
ampwiki>Amplify RnD Rick
No edit summary
 
m (1 revision imported)
 
(No difference)

Latest revision as of 00:06, 2 December 2023

Back to Node List

Projection Params Node

The Projection Params node outputs current camera's projection parameters.

Output Port Description Type
Flipped Indicates if rendering with a normal or flipped projection matrix
  • -1: Rendering with a flipped projection matrix.
  • 1: Rendering with a normal projection matrix.
Float
Near Plane Camera's near plane. Float
Far Plane Camera's far plane. Float
1/Far Plane Camera's inverse far plane. Float

Back to Node List