LightProbe constructor
LightProbe(
- dynamic sh,
- dynamic intensity
Implementation
LightProbe(sh, intensity) : super(null, intensity) {
type = 'LightProbe';
this.sh = (sh != null) ? sh : SphericalHarmonics3();
}