<div dir="ltr">Hi 

Rodrigo,<div>I don't fully grasp your question, but i noticed that you say you want to swap axis while the matrix in <a href="http://forum.openscenegraph.org//files/ar_conv_values_change_120.jpeg" rel="noreferrer" target="_blank">ar_conv_values_change_120.jpeg</a> has a last column in a different order than the first three. </div><div>Laurens.</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 9, 2018 at 9:06 AM Raymond de Vries <<a href="mailto:reedevee@gmail.com">reedevee@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rodrigo,<br>
<br>
Without having read your mail in detail I have a suggestion. Do you know <br>
artoolkit and the integration with osg? It sounds to me that you can <br>
learn from that project.<br>
<br>
<a href="https://github.com/artoolkit/artoolkit5" rel="noreferrer" target="_blank">https://github.com/artoolkit/artoolkit5</a><br>
<a href="https://github.com/artoolkit/artoolkit5/tree/master/examples/simpleOSG" rel="noreferrer" target="_blank">https://github.com/artoolkit/artoolkit5/tree/master/examples/simpleOSG</a><br>
<br>
Please keep us/me posted. Sounds like a nice project, have fun!<br>
<br>
Cheers,<br>
Raymond<br>
<br>
<br>
<br>
<br>
On 10/8/2018 9:08 PM, Rodrigo Brayner Lyra wrote:<br>
> Hi,<br>
><br>
> I'm working on a project that will render a scene using openscenegraph, and the user will have the option to work with this scene in AR. The integration of ArKit in the application is almost complete, except in the conversion of ArKit's view matrix to the coordinate system used by OSG.<br>
><br>
> I uploaded the render of the OSG axis helper and the ArKit axis helper. As you can see, the y in OSG is x in ArKit, the x in OSG is z in ArKit and the z in OSG is y in ArKit. With that, I thought that if I switched the axes directly into the view matrix it would be correct. What I have tried can be seen in the two attachments with the code fragment that converts the ArKit view matrix into an OSG view matrix (ar_conv_vector_change and ar_conv_values_change).<br>
> None of them worked completely except that one of them was correct in the rotations and translations of the camera, but the position and initial rotation of the scene was completely wrong (The wall should be in the same position and point of view as before at the time that the AR mode is started, but was positioned as shown in the switched_values_view image).<br>
><br>
> In the end, the camera view matrix is:<br>
> m_camera_matrix = m_camera_view * ar_view_matrix;<br>
><br>
> I apologize for the long text, and I ask the support of the people of this forum, and if there is, who has already gone through this situation (with ArKit or other APIs)<br>
><br>
> Thank you!<br>
><br>
> Cheers,<br>
> Rodrigo<br>
><br>
> ------------------<br>
> Read this topic online here:<br>
> <a href="http://forum.openscenegraph.org/viewtopic.php?p=75048#75048" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=75048#75048</a><br>
><br>
><br>
><br>
><br>
> Attachments:<br>
> <a href="http://forum.openscenegraph.org//files/switched_values_view_100.jpg" rel="noreferrer" target="_blank">http://forum.openscenegraph.org//files/switched_values_view_100.jpg</a><br>
> <a href="http://forum.openscenegraph.org//files/ar_conv_values_change_120.jpeg" rel="noreferrer" target="_blank">http://forum.openscenegraph.org//files/ar_conv_values_change_120.jpeg</a><br>
> <a href="http://forum.openscenegraph.org//files/ar_conv_vector_change_297.jpeg" rel="noreferrer" target="_blank">http://forum.openscenegraph.org//files/ar_conv_vector_change_297.jpeg</a><br>
> <a href="http://forum.openscenegraph.org//files/osg_axis_731.png" rel="noreferrer" target="_blank">http://forum.openscenegraph.org//files/osg_axis_731.png</a><br>
> <a href="http://forum.openscenegraph.org//files/arkit_axis_176.jpg" rel="noreferrer" target="_blank">http://forum.openscenegraph.org//files/arkit_axis_176.jpg</a><br>
><br>
><br>
> _______________________________________________<br>
> osg-users mailing list<br>
> <a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">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>
><br>
> ---<br>
> This email has been checked for viruses by AVG.<br>
> <a href="https://www.avg.com" rel="noreferrer" target="_blank">https://www.avg.com</a><br>
><br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">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>