|
@@ -11,20 +11,18 @@
|
|
|
|
|
|
<h1>[name]</h1>
|
|
|
|
|
|
- <div class="desc">todo</div>
|
|
|
+ <div class="desc">Creates a visual aid for a [page:HemisphereLight HemisphereLight].</div>
|
|
|
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
- <h3>[name]([page:todo light], [page:todo sphereSize], [page:todo arrowLength], [page:todo domeSize])</h3>
|
|
|
+ <h3>[name]([page:HemisphereLight light], [page:Number sphereSize])</h3>
|
|
|
<div>
|
|
|
- light -- todo <br />
|
|
|
- sphereSize -- todo <br />
|
|
|
- arrowLength -- todo <br />
|
|
|
- domeSize -- todo
|
|
|
+ light -- The HemisphereLight. <br />
|
|
|
+ sphereSize -- The size of the sphere that shows the location.
|
|
|
</div>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Creates an helper for the hemispherelight.
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -32,20 +30,20 @@
|
|
|
|
|
|
<h3>[property:Mesh lightSphere]</h3>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ The sphere mesh that shows the location of the hemispherelight.
|
|
|
</div>
|
|
|
|
|
|
<h3>[property:HemisphereLight light]</h3>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Contains the HemisphereLight.
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<h2>Methods</h2>
|
|
|
|
|
|
- <h3>[method:todo update]()</h3>
|
|
|
+ <h3>[method:null update]()</h3>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Updates the helper to match the position and direction of the [page:.light].
|
|
|
</div>
|
|
|
|
|
|
|