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
Type Definitions
-
AutorotateOptions
-
Options for
bu.street.movements.Autorotate.Type:
- Object
- Source:
- bu-street/typedefs.js
Properties:
Name Type Description donefunction | undefined Callback to be called anytime the movement stops.
yawSpeednumber | undefined Yaw maximum speed.
pitchSpeednumber | undefined Pitch maximum speed.
fovSpeednumber | undefined Fov maximum speed.
yawAccelnumber | undefined Yaw acceleration.
pitchAccelnumber | undefined Pitch acceleration.
fovAccelnumber | undefined FOV acceleration.
targetPitchnumber | undefined | null Value that pitch converges to.
nullmeans that the pitch will not change.targetFovnumber | undefined | null Value that fov converges to.
nullmeans that the fov will not change. -
MovementOptions
-
Options for
bu.street.movements.Movement.Type:
- Object
- Source:
- bu-street/typedefs.js
Properties:
Name Type Description donefunction | undefined Callback to be called anytime the movement stops.
Javascript API 7.x