<div dir="ltr"><div><div><div>Hi Igor,<br><br></div>The CameraManipulator just affects the view matrix, but for AR you need to sync both the projection and view matrix so it does make sense that you had to disable the CameraManipulator when using the 3rd party lib with the OSG.<br><br></div>For your application that use a CameraManipulator, to work with an AR setup you'd either need to write a custom one to sync the view matrix with the one used for the background video feed or make it optional.<br><br></div>Robert.<br><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 29 February 2016 at 18:50, Igor Jurík <span dir="ltr"><<a href="mailto:madi9mail@gmail.com" target="_blank">madi9mail@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
sorry that I havent replied earlier. I would like to thank you for your great ideas.<br>
Finally I managed to solve the problem by removing camera manipulator and the example works fine.<br>
Now I am going to try implement funcionality similar to the example to bigger OSG visualisation tool - 3DSoftVis. Camera manipulator is pretty important thing in the solution. So If I wont find way to switch between created manipulator and the default one I will certainly find your advices very precisous.<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Igor<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=66452#66452" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=66452#66452</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>