[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 );

Constructor

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

light -- todo
sphereSize -- todo
todo

Properties

.[page:Mesh lightSphere]

todo

.[page:PointLight light]

todo

Methods

.update() [page:todo]

todo

Source

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