PilotGaea 3D O'view
    正在準備搜尋索引...

    介面 RotateProperty

    攝影機旋轉參數。

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

    屬性

    async?: boolean

    是否非同步。

    false
    
    center: Geo3DPoint

    旋轉中心點。

    rotSpeed?: number

    旋轉速度。

    30
    
    maxRotArg?: number

    最大旋轉角度。

    30