I got an error saying me that getToWorld() is not a member of OSG:NodePtr. In the documentation, getToWorld seems to be in the class OSG:Node, so do I have to obtain the node that is referenced by my nodePtr? If so, how can I obtain it?
Thanks JA -----Message d'origine----- De : Mathias Lorente [mailto:[EMAIL PROTECTED] Envoye : 15 fevrier 2005 02:13 A : [email protected] Objet : [Opensg-users] Re: How to get the transformation matrix resulting from multiple parent nodes Hello, You have to call getToWorld() function from a NodePtr and it will return you what you're looking for ! Mathias > --__--__-- > > Message: 11 > From: =?iso-8859-1?Q?Jacques-Andr=E9_Boulay?= <[EMAIL PROTECTED]> > To: <[email protected]> > Date: Mon, 14 Feb 2005 22:39:16 -0500 > Subject: [Opensg-users] How to get the transformation matrix resulting from multiple parent nodes > Reply-To: [email protected] > > > Hi, > > I'm a newbie to OpenSG and I'm wondering if it is possible > to obtain the transformation matrix of a node (with a > transform core) containing all the transformations that > comes from it's parents nodes so I can obtain it's true > position and orientation. Do I have to do this manually? > > Thanks > JA ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
