OgreBites::CameraMan rotate 360 degrees

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
User avatar
jordiperezarti
Kobold
Posts: 32
Joined: Sun Sep 01, 2024 7:50 pm

OgreBites::CameraMan rotate 360 degrees

Post by jordiperezarti »

When using OgreBites::CameraMan the viewport navigation rotation ends on its top, how can i do to never stop the rotation when mouse is in max left or in max right on the viewport window? just keep rotating over the 360 degrees instead stop rotation at 180 or 270 as seems to be the default.

paroj
OGRE Team Member
OGRE Team Member
Posts: 2106
Joined: Sun Mar 30, 2014 2:51 pm
x 1132

Re: OgreBites::CameraMan rotate 360 degrees

Post by paroj »

User avatar
jordiperezarti
Kobold
Posts: 32
Joined: Sun Sep 01, 2024 7:50 pm

Re: OgreBites::CameraMan rotate 360 degrees

Post by jordiperezarti »

cameraDriver->setFixedYaw(false)

seems to dont break the cutt viewport rotation