Unity Products:Amplify Shader Editor/Summed Blend

From Amplify Creations Wiki
Jump to navigation Jump to search

Back to Node List

Summed Blend Node

The Summed Blend node outputs the result of summing each one of its Layer values multiplied by their respective Weights. The amount of available layers is determined by the amount of channels given by the connection data type on the weights input.
P.e. a Vector4 is connected to the Weights Input, input ports Layer 1 through 4 will be made available and the resulting value will be Weights.x*Layer1 + Weights.y*Layer2 +Weights.z*Layer3 +Weights.w*Layer4.
If Layers are of different types and have different channel amounts then a cast is done for each to match the one with the most amount of channels.

NOTE: Other types of blending are also available via the Weighted Blend and Layered Blend nodes.


Nodes used: Vertex TexCoord, Texture Sample, Summed Blend

Node Parameter Description Default Value
Weights Weight values to be applied at each layer. Number of channels on this data type determines the amount of available layers.

Only visible if the respective input port is not connected.

0
Layer # Layer value to blend. Only visible if the respective input port is not connected. 0


Input Port Description Type
Weights Weight values to be applied at each layer. Number of channels on this data type determines the amount of available layers. Float [1]
Layer # Layer value to blend. Float [1]

  1. ^ Port automatically adapts to all connection types except Matrices and Sampler types.

Back to Node List