ShadowMaterial constructor

ShadowMaterial([
  1. dynamic parameters
])

Implementation

ShadowMaterial([parameters]) : super() {
  type = 'ShadowMaterial';
  color = Color.fromHex(0x000000);
  transparent = true;
  fog = true;
  setValues(parameters);
}