[osg-users] About osgAL

2007-08-02 Thread xyc508
Hello,all when I compile osgAL with osg2.0,there is an error:can not convert osg::Matrixd from osg::RefMatrix,what's the reason?could someone tell me?Thanks.___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] About osgAL

2007-08-02 Thread Anders Backman
I would appreciate a little more information... what line? Which file? I just recompiled osgAL (svn version 51) with osg (yesterday svn version) and it compiles just fine. On the other hand, I do get some problems due to the update to using osgViewer that I have to look into. /Anders On

Re: [osg-users] About osgAL

2007-08-02 Thread Robert Osfield
Hi, I'm not familiar with osgAL, but one should be able to treat a RefMatrix as a Matrixd for the normal build of the OSG as RefMatrix is subclassed from Matrix which is in turn typedef to Matrixd. One can build the OSG so that Matrix typedefs to Matrixf so perhaps this is something that is

Re: [osg-users] About osgAL

2007-08-02 Thread xyc508
I compiled osgAL v040 with osg2.0 in SoundRoot.cpp of line 83,the error show. where can i get osgAL new version 51? 在2007-08-02,Anders Backman [EMAIL PROTECTED] 写道: I would appreciate a little more information... what line? Which file? I just recompiled osgAL (svn version 51) with osg (yesterday