Class VisualShaderNodeDotProduct
Calculates a dot product of two vectors within the visual shader graph.
- Inheritance
-
VisualShaderNodeDotProduct
Remarks
Translates to dot(a, b)
in the shader language.
Calculates a dot product of two vectors within the visual shader graph.
Translates to dot(a, b)
in the shader language.