Unity Products:Amplify Shader Editor/Template Vertex Data

From Amplify Creations Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Back to Node List

Template Vertex Data Node

The Template Vertex Data node allows access to vertex data declared over the currently used Template shader via the Data dropdown option. The node's Outputs type and amount will vary according to which type of data is currently selected.
NOTE: This node only outputs valid results if connected to a vertex function related port. Use the Vertex To Fragment if data is required to be interpolated over the fragment function.

Node Parameter Description Default Value
SubShader Select which subshader to get vertex data. 0
Pass Select which Pass to get vertex data. 0
Data Select which vertex data to output. <Template dependent>


Back to Node List