Normal Map
Transforms a normal vector from object or tangent space into world space.
Parameter Types
Parameter descriptions
InThe input vector to be transformed; the default is
(0.5, 0.5, 1.0).SpaceThe space from which the node transforms the normal vector. The value can either be
objectortangent. The default value istangent.ScaleA scalar multiplier for the input vector before the node transforms it. The default value is
1.0.NormalThe surface normal vector. The default value is the current surface normal of world space.
TangentThe surface tangent vector. The default value is the current tangent vector of world space.