LightNode constructor
const
LightNode({})
Implementation
const LightNode({
this.type = 'directional',
this.intensity = 100000.0,
this.color = 0xFFFFFFFF,
this.x = 0.0,
this.y = 4.0,
this.z = 0.0,
});
const LightNode({
this.type = 'directional',
this.intensity = 100000.0,
this.color = 0xFFFFFFFF,
this.x = 0.0,
this.y = 4.0,
this.z = 0.0,
});