Constructor
new NormalMapNode( node : Node.<vec3>, scaleNode : Node.<vec2> )
Constructs a new normal map node.
| node |
Represents the normal map data. |
| scaleNode |
Controls the intensity of the effect. Default is |
Properties
.normalMapType : TangentSpaceNormalMap | ObjectSpaceNormalMap
The normal map type.
Default is TangentSpaceNormalMap.
.unpackNormalMode : string
Controls how to unpack the sampled normal map values.
Default is NoNormalPacking.