|
@@ -31,7 +31,6 @@ scene.add( helper );
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
-
|
|
|
<h3>[name]( [param:Camera camera] )</h3>
|
|
|
<p>
|
|
|
[page:Camera camera] -- The camera to visualize.<br /><br />
|
|
@@ -39,13 +38,9 @@ scene.add( helper );
|
|
|
This create a new [Name] for the specified camera.
|
|
|
</p>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<h2>Properties</h2>
|
|
|
<p>See the base [page:LineSegments] class for common properties.</p>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<h3>[property:Camera camera]</h3>
|
|
|
<p>The camera being visualized.</p>
|
|
|
|
|
@@ -57,20 +52,16 @@ scene.add( helper );
|
|
|
|
|
|
<h3>[property:Object matrixAutoUpdate]</h3>
|
|
|
<p>
|
|
|
- See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the
|
|
|
+ See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the
|
|
|
camera's [page:Object3D.matrixWorld matrixWorld].
|
|
|
</p>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<h2>Methods</h2>
|
|
|
<p>See the base [page:LineSegments] class for common methods.</p>
|
|
|
|
|
|
- <h3>[method:CameraHelper dispose]()</h3>
|
|
|
+ <h3>[method:undefined dispose]()</h3>
|
|
|
<p>
|
|
|
- Disposes of the internally-created [page:Line.material material] and [page:Line.geometry geometry] used by this helper.
|
|
|
+ Disposes of the internally-created [page:Line.material material] and [page:Line.geometry geometry] used by this helper.
|
|
|
</p>
|
|
|
|
|
|
<h3>[method:null update]()</h3>
|