Interface RotateProperty

攝影機旋轉參數。

interface RotateProperty {
    center: Geo3DPoint;
    async?: boolean;
    maxRotArg?: number;
    rotSpeed?: number;
}

Properties

center: Geo3DPoint

旋轉中心點。

async?: boolean

是否非同步。

Default Value

false
maxRotArg?: number

最大旋轉角度。

Default Value

30
rotSpeed?: number

旋轉速度。

Default Value

30

Generated using TypeDoc