Unity Products:Amplify Shader Editor/Length: Difference between revisions
Jump to navigation
Jump to search
ampwiki>Amplify RnD Rick No edit summary |
AmplifyWiki (talk | contribs) m (1 revision imported) |
(No difference)
|
Latest revision as of 00:06, 2 December 2023
Length Node
The Length node outputs the euclidean length of the Input vector which can be seen as the following operation Sqrt( Dot( Input, Input )).
Nodes used:
Vertex Position,
Vector3,
Add,
Length
Node Parameter | Description | Default Value |
---|---|---|
Input | Vector for which the length will be calculated. Only visible if the respective input port is not connected. |
Input Port | Description | Type |
---|---|---|
Input | Vector for which the length will be calculated. | Float4 [1] |