Skip to content

v0.2

Compare
Choose a tag to compare
@wlsnmrk wlsnmrk released this 03 Nov 14:20
· 9 commits to main since this release

Changelog

  • 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.
  • Various minor code improvements
  • Fixed minor error in README