Interface MoveFollowOptions

跟隨模式可調節參數。

interface MoveFollowOptions {
    azimuthAngleRotatePerSecond?: number;
    entity?: CustomGLTFEntity;
    firstPersonViewMovingFunction?: FirstPersonViewMovingFunction;
    maxDistance?: number;
    minDistance?: number;
    moveEvent?: MoveEvent;
    polarAngleRotatePerSecond?: number;
    thirdPersonViewMovingFunction?: ThirdPersonViewMovingFunction;
    view?: FOLLOW_VIEW;
}

Properties

azimuthAngleRotatePerSecond?: number

方位角每秒旋轉角度 (deg/s)

自畫圖素 CustomGLTFEntity

firstPersonViewMovingFunction?: FirstPersonViewMovingFunction

第一人稱處理函式

maxDistance?: number

距離注視點最大距離

minDistance?: number

距離注視點最小距離

moveEvent?: MoveEvent

移動事件 ov.MoveEvent

polarAngleRotatePerSecond?: number

天頂角每秒旋轉角度 (deg/s)

thirdPersonViewMovingFunction?: ThirdPersonViewMovingFunction

第三人稱處理函式

跟隨視角 ov.FOLLOW_VIEW

Generated using TypeDoc