Re: [osg-users] Performance drop & higher RAM usage after switchingfrom OSG 1.2 to latest SVN

2008-03-31 Thread Marco Jez
Hi J-S, > Err, are you sure about that last one? SVN OSG cannot use the same 3rd > party libs as 1.2 (at least, if you used the 3rdParty libs zip that was > downloadable from the OSG site). In particular, there were some changes > in osgText that made it incompatible with the version of freetype t

Re: [osg-users] Performance drop & higher RAM usage after switchingfrom OSG 1.2 to latest SVN

2008-03-31 Thread Jean-Sébastien Guay
Hi Marco, > Except for the different version of OpenThreads and > OpenSceneGraph, both builds share the same code and 3rd-party libraries. Err, are you sure about that last one? SVN OSG cannot use the same 3rd party libs as 1.2 (at least, if you used the 3rdParty libs zip that was downloadable

Re: [osg-users] Performance drop & higher RAM usage after switchingfrom OSG 1.2 to latest SVN

2008-03-31 Thread Robert Osfield
Hi Marco, On Mon, Mar 31, 2008 at 3:23 PM, Marco Jez <[EMAIL PROTECTED]> wrote: > > Another possibility I missed is the use of doubles in osg::Plane by > > default, whereas 1.2 used float by default in osg::Plane. > > thanks for the hint. However, I think the problem could be related to the >

Re: [osg-users] Performance drop & higher RAM usage after switchingfrom OSG 1.2 to latest SVN

2008-03-31 Thread Marco Jez
Hi Robert, > Another possibility I missed is the use of doubles in osg::Plane by > default, whereas 1.2 used float by default in osg::Plane. thanks for the hint. However, I think the problem could be related to the compile/apply of GL objects instead. If I disable the GLObjectsVisitor that my a