[page:Object3D] → [page:Mesh] →

[name]

Renders a sphere to visualize a light probe in the scene.

Example

[example:webgl_lightprobe_cubecamera WebGL / lightprobe / cubecamera]
var helper = new LightProbeHelper( lightProbe, 1 ); scene.add( helper );

Constructor

[name]( [param:LightProbe lightProbe], [param:Number size] )

[page:LightProbe lightProbe] -- the light probe.
[page:Number size] -- size of the helper sphere

Properties

See the base [page:Mesh] class for common properties.

[property:LightProbe lightProbe]

The light probe.

[property:Number size]

The size of the helper sphere.

Methods

See the base [page:Mesh] class for common methods.

[method:null dispose]()

Frees internal resources.

Source

[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/helpers/LightProbeHelper.js examples/jsm/helpers/LightProbeHelper.js]