Unity Products:Amplify Shader Editor/Template Vertex Data: Difference between revisions

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

Latest revision as of 00:06, 2 December 2023

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