Unity Products:Amplify Shader Editor/Projector Clip Matrix

From Amplify Creations Wiki
Jump to navigation Jump to search

Back to Node List

Projector Clip Matrix node

The Projector Clip Matrix node outputs a matrix that contains projection information on the projector used by the current object. This node is typically used to create texture coordinates from Vertex Position and sample custom falloff color values from 1D textures.
Please check the AmplifyShaderEditor > Examples > Projectors sample for a example of usage.
NOTE: This node should only be used when working with Unity Projectors

Output Port Description Type
Out Returns projector clip matrix value. Matrix4x4


Back to Node List