Re: [osg-users] get function in osg::Matrixf

2008-03-11 Thread Renan Mendes
Thanks, Gordon. I'll keep that in mind when I manage to change OSG's code. Renan M Z Mendes ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] get function in osg::Matrixf

2008-03-11 Thread Gordon Tomlinson
require you make those change available to the community... _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Renan Mendes Sent: Tuesday, March 11, 2008 5:13 PM To: OpenSceneGraph Users Subject: Re: [osg-users] get function in osg::Matrixf Robert, Sorry it took me forever

Re: [osg-users] get function in osg::Matrixf

2008-03-11 Thread Renan Mendes
Robert, Sorry it took me forever to reply. The getCoefficients was just an example. The point was just to be able to change OSG's source code when I felt the need. Sorry if it was a bad example... Renan M Z Mendes ___ osg-users mailin

Re: [osg-users] get function in osg::Matrixf

2008-03-10 Thread Robert Osfield
Hi Renan, What would a "getCoefficients" method do?? Do you mean just the 4x4 float/double elements in the matrix? If so there are already methods for accessing the raw data via ptr() and operator(i,j) for accessing the elements. On Sun, Mar 9, 2008 at 9:43 PM, Renan Mendes <[EMAIL PROTECTED]>

Re: [osg-users] get function in osg::Matrixf

2008-03-10 Thread Alberto Luaces
El Sunday 09 March 2008 22:43:36 Renan Mendes escribió: > Hi, > > I'm new in using open source software. Because of that I don't know > how to modify the library's code according to my needs. For instance, I'd > like to create a getCoefficients() function in osg::Matrix, but I don't > know whe

[osg-users] get function in osg::Matrixf

2008-03-09 Thread Renan Mendes
Hi, I'm new in using open source software. Because of that I don't know how to modify the library's code according to my needs. For instance, I'd like to create a getCoefficients() function in osg::Matrix, but I don't know where to make that change. I'm using windows and I've followed the ins