|
@@ -12,7 +12,7 @@
|
|
|
<h1>[name]</h1>
|
|
|
|
|
|
<p class="desc">
|
|
|
- Can be used to orient an object based on the mobile device's orientation.
|
|
|
+ Can be used to orient the camera based on the mobile device's orientation.
|
|
|
</p>
|
|
|
|
|
|
<h2>Example</h2>
|
|
@@ -21,10 +21,10 @@
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
- <h3>[name]( [param:Object3D object] )</h3>
|
|
|
+ <h3>[name]( [param:Camera object] )</h3>
|
|
|
<p>
|
|
|
<p>
|
|
|
- [page:Object3D object]: The object to be controlled.
|
|
|
+ [page:Camera object]: The camera to be controlled.
|
|
|
</p>
|
|
|
<p>
|
|
|
Creates a new instance of [name].
|
|
@@ -48,9 +48,9 @@
|
|
|
Whether or not the controls are enabled.
|
|
|
</p>
|
|
|
|
|
|
- <h3>[property:Object3D object]</h3>
|
|
|
+ <h3>[property:Camera object]</h3>
|
|
|
<p>
|
|
|
- The object to be controlled.
|
|
|
+ The camera to be controlled.
|
|
|
</p>
|
|
|
|
|
|
<h3>[property:Number screenOrientation]</h3>
|