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

    介面 PositionProperty

    攝影機位置參數。

    interface PositionProperty {
        camera: { pos: Geo3DPoint; v: Geo3DPoint; up: Geo3DPoint };
        async?: boolean;
        rotSpeed?: number;
        maxSpeed?: number;
        minSpeed?: number;
        jump?: boolean;
        axisSync?: boolean;
        minCalcSpeed?: number;
    }

    層級 (查看層級一覽)

    索引

    屬性

    camera: { pos: Geo3DPoint; v: Geo3DPoint; up: Geo3DPoint }

    攝影機。

    類型宣告

    async?: boolean

    是否非同步。

    false
    
    rotSpeed?: number

    旋轉速度。

    90
    
    maxSpeed?: number

    最大速度。

    5
    
    minSpeed?: number

    最小速度。

    1
    
    jump?: boolean

    true:跳,false:瞬移。

    true
    
    axisSync?: boolean

    是否同步三軸旋轉。

    false
    
    minCalcSpeed?: number

    計算後的最小速度。

    10