CURRENT VERSION:
rpgoEC v2.0.3; toc:20003 (2007-02-23) >download<

top
DESCRIPTION:
rpgo-EnhancedCamera is a World of Warcraft addon that adds camera features. EnhancedCamera started out as a ImprovedCamera replacement.

While the current changes are minimal to ImprovedCamera, we've added several keybindings.

  • Zoom In More: This zooms in more than the normal zoom (default MouseScrollUp).
  • Zoom Out More: This zooms out more than the normal zoom (default MouseScrollDown).
  • Zoom In Max: This zooms the camera all the way 'in' to your character.
  • Zoom Out Max: This zooms the camera all the way 'out' from your character.
  • Rotate Left: This rotates the camera left [FlipCameraYaw(+)].
  • Rotate Right: This rotates the camera right [FlipCameraYaw(-)].

the API FlipCameraYaw() is a little quirky, when you change the camera yaw, the camera position is permanently 'held' at that angle. we hope to resolve this or add a 'ResetRotation' keybind.

The Keybind settings i use are (these are not set by default):

  • Zoom In More: Shift+MouseScrollUp
  • Zoom Out More: Shift+MouseScrollDown
  • Zoom In Max: Ctrl+MouseScrollUp
  • Zoom Out Max: Ctrl+MouseScrollDown
  • Rotate Left: Alt+MouseScrollUp
  • Rotate Right: Alt+MouseScrollDown