opt |
Object
|
模型漫游轨迹参数
Properties
| Name |
Type |
Argument |
Default |
Description |
moveStep |
Number
|
<optional>
|
1
|
前后左右平移步长,单位 米/s |
upDownStep |
Number
|
<optional>
|
1
|
上下移动步长,单位 米/s |
headingStep |
Number
|
<optional>
|
3
|
水平视角移动步长,单位 度/s |
pitchStep |
Number
|
<optional>
|
3
|
垂直视角移动步长,单位 度/s |
position |
Object
|
<optional>
|
|
相机位置,默认为相机本身的位置 |
heading |
Number
|
<optional>
|
|
相机朝向角(单位度),默认为相机本身的朝向角 |
pitch |
Number
|
<optional>
|
|
相机俯仰角度(单位度),默认为相机本身的俯仰角度 |
roll |
Number
|
<optional>
|
|
相机翻滚角(单位度),默认为相机本身的翻滚角 |
maxPitch |
Number
|
<optional>
|
60
|
相机俯仰角度最大值(单位度),默认为60 |
minPitch |
Number
|
<optional>
|
-60
|
相机俯仰角度最小值(单位度),默认为-60 |
|