Re: [osg-users] strange pushModelViewMatrix behavior

2011-11-22 Thread Emmanuel Roche
Hi ! please forget about the previous question: it was simply due to the fact that the _modelView matrix was shared between multiple objects because of a desing error. cheers, Manu. 2011/11/21 Emmanuel Roche roche.emman...@gmail.com Hi everyone, I'm wondering about a strange thing I

[osg-users] strange pushModelViewMatrix behavior

2011-11-21 Thread Emmanuel Roche
Hi everyone, I'm wondering about a strange thing I noticed when trying to use osgUtil::pushModelViewMatrix() directly: - Suppose I have a class where I store a ref pointer on a RefMatrix: osg::ref_ptrosg::RefMatrix _modelView. - Suppose in that class I have a function called during the cull