LightProbeHelper.create constructor

LightProbeHelper.create(
  1. BufferGeometry? geometry,
  2. Material? material,
  3. LightProbe lightProbe,
  4. 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();
}