Unity Products:Amplify Shader Editor/Projection Matrix

From Amplify Creations Wiki
Revision as of 00:06, 2 December 2023 by AmplifyWiki (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Node List

Projection Matrix Node

The projection Matrix node outputs the current Projection Matrix which can be used to transform either a position or direction vector from view space to clip space.

NOTE: We advise using either the Transform Position or Transform Direction as they are easier to use and you wont need to do an explicit multiplication between matrix and position/direction value.

Output Port Description Type
Out Returns current projection matrix value. Matrix4x4


Back to Node List