|
@@ -86,12 +86,12 @@
|
|
|
|
|
|
<h3>[property:Number maxDistance]</h3>
|
|
<h3>[property:Number maxDistance]</h3>
|
|
<p>
|
|
<p>
|
|
- How far you can zoom in. Default is *Infinity*.
|
|
|
|
|
|
+ How far you can zoom out. Default is *Infinity*.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[property:Number minDistance]</h3>
|
|
<h3>[property:Number minDistance]</h3>
|
|
<p>
|
|
<p>
|
|
- How far you can zoom in. Default is *0*.
|
|
|
|
|
|
+ How far you can zoom in. Default is *0*.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>
|
|
<h3>
|
|
@@ -99,9 +99,9 @@
|
|
<p>
|
|
<p>
|
|
This object contains references to the mouse actions used by the controls.
|
|
This object contains references to the mouse actions used by the controls.
|
|
<ul>
|
|
<ul>
|
|
- <li>.LEFT is assinged with *THREE.MOUSE.ROTATE*</li>
|
|
|
|
- <li>.MIDDLE is assinged with *THREE.MOUSE.ZOOM*</li>
|
|
|
|
- <li>.RIGHT is assinged with *THREE.MOUSE.PAN*</li>
|
|
|
|
|
|
+ <li>.LEFT is assigned with *THREE.MOUSE.ROTATE*</li>
|
|
|
|
+ <li>.MIDDLE is assigned with *THREE.MOUSE.ZOOM*</li>
|
|
|
|
+ <li>.RIGHT is assigned with *THREE.MOUSE.PAN*</li>
|
|
</ul>
|
|
</ul>
|
|
</p>
|
|
</p>
|
|
|
|
|