LightProbeHelper.create constructor
LightProbeHelper.create(
- BufferGeometry? geometry,
- Material? material,
- LightProbe lightProbe,
- double size,
lightProbe -- the light probe.
size -- size of the helper sphere
Implementation
LightProbeHelper.create(super.geometry, super.material, this.lightProbe, this.size){
type = 'LightProbeHelper';
onBeforeRender.call();
}