You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed signatures of RotateCamera(), PanCamera(), and ZoomCamera() to make them straightforward to use from other code -- they now accept parameters specifying their operations in world units (or a multiplicative factor for zoom), rather than specifying the input events that precipitated the camera operations.
Added methods to compute parameters for rotations and pans from mouse events, and constants to specify zoom parameters.