<div dir="ltr"><div><div><div><br>Could it be that the "throw" feature of the camera manipulator is responsible for the roll?<br></div>If so, try disabling it.<br><br></div>Also, post source code if you want specific help with a specific issue in your implementation.<br><br></div>Christian<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-16 14:59 GMT+02:00 Daniel Neos <span dir="ltr"><<a href="mailto:daniel.rd@hotmail.de" target="_blank">daniel.rd@hotmail.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone,<br>
<br>
I have implemented a Cameramanipulator by myself, because I need more individually control over the camera in the scene, like rotating around a specific axis.<br>
<br>
I let osg compute the Boundingsphere of my scene and set the rotationpoint and the lookat-point or center-point at the center of the Boundingsphere.<br>
<br>
My rotation works like this<br>
<br>
1.) Translate the camera to the center of the Boundingsphere (Multiplicated from the right side of the viewmatrix of the camera fist)<br>
<br>
2.) Rotate the viewmatrix by the OSG::x_axis and OSG::y_axis (depending on the mousemovement)<br>
<br>
3.) Translate the camera back with the vector from step 1.<br>
<br>
4.) Now with the last step I ensure, that the camera stays focused at the samepoint by getting the eye, center and up vector and reseting the center vector, while eye and up remains the same.<br>
<br>
This usually works fine and it is easy to navigate through the scene with the mouse, but as I reach some regions the camera unexpectedly seem to rotate around its own z-axis which results in to a 'roll'.<br>
<br>
How can I prevent this behaviour? Sample code with arcball camera would be appreciated too :)<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Daniel<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=67113#67113" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=67113#67113</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div><br></div>