<div dir="ltr">Ah, I see. Throwing the parent matrix at the end of the multiplication puts the debug data in the correct place! Thanks, Jan. Only other issue is the model is coming in on its side compared to the basic viewer camera.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 24, 2015 at 2:47 PM, Jan Ciger <span dir="ltr"><<a href="mailto:jan.ciger@gmail.com" target="_blank">jan.ciger@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<div><div class="h5"><br>
On 24/06/15 22:50, sam wrote:<br>
> Hi All,<br>
><br>
> I have a snippet of code that I am trying to reproduce using OSG,<br>
> it was originally written in pretty raw gl with glm. You can view<br>
> it here: <a href="http://pastebin.com/PYphHLYE" rel="noreferrer" target="_blank">http://pastebin.com/PYphHLYE</a><br>
><br>
> I currently have the following snippet and the geometry references<br>
> are all over the place. If somebody could take a quick look and see<br>
> if I'm missing something fundamental, that would be great:<br>
><br>
> <a href="http://pastebin.com/nhSzZGdu" rel="noreferrer" target="_blank">http://pastebin.com/nhSzZGdu</a><br>
<br>
</div></div>If nothing else, be careful that OSG uses row major matrices and<br>
premultiplies - if v is a vertex, then its transformation is usually<br>
expressed as v' = M * v but in OSG you will have it as v' = v * M (and<br>
the matrices are transposed).<br>
<br>
J.<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v2<br>
<br>
iD8DBQFViyWFn11XseNj94gRAtTeAKCWh8pvzgVV/NKtNEBXpo0G2Ug0nwCeK2C+<br>
3y37pxcENvMBY2614Z4DvSA=<br>
=/ff0<br>
-----END PGP SIGNATURE-----<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>