[page:Mesh] →

[name]

This display a helper for a pointLight

Example

var pointLight = new THREE.PointLight( 0xff0000, 1, 100 ); pointLight.position.set( 10, 10, 10 ); scene.add( pointLight ); var sphereSize = 1; var pointLightHelper = new THREE.PointLightHelper( pointLight, sphereSize ); scene.add( pointLightHelper ); [example:webgl_helpers Example using various helpers]

Constructor

[name]([page:todo light], [page:todo sphereSize])

light -- todo
sphereSize -- todo
todo

Properties

[property:Mesh lightSphere]

todo

[property:PointLight light]

todo

Methods

[method:todo update]()

todo

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]