Unity Products:Amplify Shader Editor/World Tangent: Difference between revisions

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

Latest revision as of 00:06, 2 December 2023

Back to Node List

World Tangent

Per pixel calculation of a vector that represents the surface tangent in world space. A tangent vector is a unit vector which is tangent to a surface at a given point.


Nodes used: World Tangent

Output Port Description Type
XYZ Returns the surface tangent vector in world space Float3
X Returns only the X component of the world tangent vector Float
Y Returns only the Y component of the world tangent vector Float
Z Returns only the Z component of the world tangent vector Float

Back to Node List