<div dir="ltr">On 14 April 2016 at 13:50, Ronny Hatteland <span dir="ltr"><<a href="mailto:ronnyhatteland@gmail.com" target="_blank">ronnyhatteland@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
</span>Thank you for the quick reply! You are right. I fixed the input and now it is evident that the difference is in the windowMatrix:<br>
<br>
<br>
Code:<br>
<span class="">WindowMatrix<br>
3.4.0:<br>
[0] {960.00000000000000, 0.00000000000000000, 0.00000000000000000, 0.00000000000000000}<br>
[1] {0.00000000000000000, 443.00000000000000, 0.00000000000000000, 0.00000000000000000}<br>
[2] {0.00000000000000000, 0.00000000000000000, 0.50000000000000000, 0.00000000000000000}<br>
[3] {960.00000000000000, 581.00000000000000, 0.50000000000000000, 1.0000000000000000}<br>
3.2.1<br>
[0] {960.00000000000000, 0.00000000000000000, 0.00000000000000000, 0.00000000000000000}<br>
[1] {0.00000000000000000, 443.00000000000000, 0.00000000000000000, 0.00000000000000000}<br>
[2] {0.00000000000000000, 0.00000000000000000, 0.50000000000000000, 0.00000000000000000}<br>
[3] {960.00000000000000, 443.00000000000000, 0.50000000000000000, 1.0000000000000000}<br>
<br>
<br>
<br>
</span>Is seems like the difference in value [3][1] is what gives the vertical offset on the screen of 138 pixels (between the cursor and the object I normally display on the cursor position).<br>
<br>
Do you have any suggestion of how I could solve this?<br>
<span class=""></span></blockquote><div><br></div><div>I have no suggestions, because you have have said nothing at all about how you are setting up your viewer - so there is absolutely no clues for us to go on to why you might be seeing this difference.  All we have to go on is some unknown application is producing difference results for some reason.<br><br>You have access to all the source code to OSG-3.4.0 and OSG-3.2.1, you have access to your application and your data, you have all the tools available to put breakpoints into your application code that sets up your viewer and the OSG.  <br></div><div><br></div><div>Robert.<br></div></div></div></div>