Namespace: movements

bu.street. movements

This is the namespace that contains classes that represent different types of movements for the bu.ortho.Viewer.

Source:
bu-street/movements/bu.street.movements.jsdoc

Classes

Autorotate
Movement

Type Definitions


AutorotateOptions

Type:
  • Object
Properties:
Name Type Description
done function | undefined

Callback to be called anytime the movement stops.

yawSpeed number | undefined

Yaw maximum speed.

pitchSpeed number | undefined

Pitch maximum speed.

fovSpeed number | undefined

Fov maximum speed.

yawAccel number | undefined

Yaw acceleration.

pitchAccel number | undefined

Pitch acceleration.

fovAccel number | undefined

FOV acceleration.

targetPitch number | undefined | null

Value that pitch converges to. null means that the pitch will not change.

targetFov number | undefined | null

Value that fov converges to. null means that the fov will not change.

Source:
bu-street/typedefs.js

MovementOptions

Type:
  • Object
Properties:
Name Type Description
done function | undefined

Callback to be called anytime the movement stops.

Source:
bu-street/typedefs.js