三维地图自由飞行插件类
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
对象具有以下属性:
|
Example:
// 初始化控件.
var freeflight = new Cesium.GeoFreeFly({
viewer:viewer,
direct: 0,
pitch: 0,
roll: 0,
height: 500,
speed: 10.0,
fromBehind: false,
planePrimitive: planePrimitive,
position: position,
fixedFrameTransform: fixedFrameTransform
});
GeoFreeFly.play();
GeoFreeFly.continue();
GeoFreeFly.pause();
GeoFreeFly.stop();
Demo:
Members
偏航角,以角度表示。
相机是否跟随模型视角。
模型高度。
是否飞行。
模型坐标的纬度。
模型坐标的经度。
俯仰角,以角度表示。
翻滚角,以角度表示。
飞行速度。
Methods
取消相机跟随模型
继续飞行
暂停飞行
开始飞行
重置
结束飞行
相机跟随模型