|
@@ -160,8 +160,7 @@ controls.keys = {
|
|
|
|
|
|
<h3>[property:Float maxAzimuthAngle]</h3>
|
|
|
<p>
|
|
|
- How far you can orbit horizontally, upper limit. Range is - Math.PI to Math.PI ( or Infinity for no limit ) and default is
|
|
|
- Infinity;
|
|
|
+ How far you can orbit horizontally, upper limit. If set, the interval [ min, max ] must be a sub-interval of [ - 2 PI, 2 PI ], with ( max - min < 2 PI ). Default is Infinity.
|
|
|
</p>
|
|
|
|
|
|
<h3>[property:Float maxDistance]</h3>
|
|
@@ -181,8 +180,7 @@ controls.keys = {
|
|
|
|
|
|
<h3>[property:Float minAzimuthAngle]</h3>
|
|
|
<p>
|
|
|
- How far you can orbit horizontally, lower limit. Range is - Math.PI to Math.PI ( or - Infinity for no limit ) and default
|
|
|
- is - Infinity;
|
|
|
+ How far you can orbit horizontally, lower limit. If set, the interval [ min, max ] must be a sub-interval of [ - 2 PI, 2 PI ], with ( max - min < 2 PI ). Default is Infinity.
|
|
|
</p>
|
|
|
|
|
|
<h3>[property:Float minDistance]</h3>
|