Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QGLCamera rotation
Qt 6.11 is out! See what's new in the release blog

QGLCamera rotation

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 797 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    scoobydoo
    wrote on last edited by
    #1

    I'm using the QGLCamera class to setup my viewing. When the user rotates the view with the mouse, i use the method QGLCamera::tiltPanRollCenter to rotate the view. The problem i get is that i cannot seem to limit rotation to just tilt and pan even though i pass in 0.0 for the roll parameter. E.g.

    @camera.tiltPanRollCenter( mouse_y_angle, mouse_x_angle, 0.0f );@

    How do i limit rotation to just tilt and pan without any roll?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved