Constructor
new MeshNormalNodeMaterial( parameters : Object )
Constructs a new mesh normal node material.
| parameters |
The configuration parameter. |
Properties
.isMeshNormalNodeMaterial : boolean (readonly)
This flag can be used for type testing.
Default is true.
Methods
.setupDiffuseColor()
Overwrites the default implementation by computing the diffuse color based on the normal data.
- Overrides: NodeMaterial#setupDiffuseColor