|
@@ -14,20 +14,18 @@
|
|
|
|
|
|
<h2>Example</h2>
|
|
|
|
|
|
-
|
|
|
<code>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 )
|
|
|
+ var pointLightHelper = new THREE.PointLightHelper( pointLight, sphereSize );
|
|
|
scene.add( pointLightHelper );
|
|
|
</code>
|
|
|
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
-
|
|
|
<h3>[name]([page:todo light], [page:todo sphereSize])</h3>
|
|
|
<div>
|
|
|
light -- todo <br />
|
|
@@ -40,7 +38,6 @@
|
|
|
|
|
|
<h2>Properties</h2>
|
|
|
|
|
|
-
|
|
|
<h3>.[page:Mesh lightSphere]</h3>
|
|
|
<div>
|
|
|
todo
|
|
@@ -51,8 +48,8 @@
|
|
|
todo
|
|
|
</div>
|
|
|
|
|
|
- <h2>Methods</h2>
|
|
|
|
|
|
+ <h2>Methods</h2>
|
|
|
|
|
|
<h3>.update() [page:todo]</h3>
|
|
|
<div>
|