Constructor
new MeshToonNodeMaterial( parameters : Object )
Constructs a new mesh toon node material.
| parameters |
The configuration parameter. |
Properties
.isMeshToonNodeMaterial : boolean (readonly)
This flag can be used for type testing.
Default is true.
.lights : boolean
Set to true because toon materials react on lights.
Default is true.
- Overrides: NodeMaterial#lights