Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WheelZoomModifier

Hierarchy

Index

Constructors

constructor

Properties

Protected _camera

_camera: undefined | Camera = ...
see

camera

Protected _currentPoint

_currentPoint: vec2

Reference to the current point updating the camera modification.

Protected _initialPoint

_initialPoint: vec2

Reference to the initial point starting the camera modification.

Protected _reference

_reference: Camera = ...

Copy of a camera for ongoing camera modifications based on previous/initial camera settings.

Protected _sensitivity

_sensitivity: number = ...

Protected _translation

_translation: vec3 = ...

Static Protected Readonly DEFAULT_SENSITIVITY

DEFAULT_SENSITIVITY: 0.002 = 0.002

Accessors

camera

  • set camera(camera: undefined | Camera): void

Methods

process

  • process(delta: number): void

update

  • update(): void