Type Alias Deltas

Deltas: {
    dollyDelta: number;
    elevateDelta: number;
    forwardDelta: number;
    rotateDelta: number;
    sidewaysDelta: number;
}

Represents the delta values for the right and left gamepad sticks.

Type declaration

  • dollyDelta: number

    The amount to zoom the camera in and out based on the trigger values.

  • elevateDelta: number

    The amount to elevate the camera based on the right stick's input.

  • forwardDelta: number

    The amount to move the camera forward based on the left stick's input.

  • rotateDelta: number

    The amount to rotate the camera based on the right stick's input.

  • sidewaysDelta: number

    The amount to move the camera sideways based on the left stick's input.