Constructor
new ShadowNodeMaterial( parameters : Object )
Constructs a new shadow node material.
| parameters |
The configuration parameter. |
Properties
.isShadowNodeMaterial : boolean (readonly)
This flag can be used for type testing.
Default is true.
.lights : boolean
Set to true because so it's possible to implement
the shadow mask effect.
Default is true.
- Overrides: NodeMaterial#lights
.transparent : boolean
Overwritten since shadow materials are transparent by default.
Default is true.
- Overrides: NodeMaterial#transparent