Unity Products:Amplify Shader Editor/View Matrix: Difference between revisions

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

Revision as of 15:39, 24 August 2021

Back to Node List

View Matrix Node

The View Matrix node outputs the current View matrix which can be used to transform either a position or direction vector from world space to view/camera 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 view matrix value. Matrix4x4

Back to Node List