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. |
Properties
.normalMapType : TangentSpaceNormalMap | ObjectSpaceNormalMap
The normal map type.
Default is TangentSpaceNormalMap.