Re: [osg-users] How to make the StateVisitor::Optimizer and other Optimizer Classes work better

2008-10-07 Thread Robert Osfield
Hi Dimi, The Optimizer class do in general work very well at their job, but they do choose not to be overly aggressive in the optimizations and requiring DataVariance to be STATIC is one of these protections. If you data isn't STATIC then you need to look into why it isn't. Also w.r.t State

[osg-users] How to make the StateVisitor::Optimizer and other Optimizer Classes work better

2008-10-06 Thread dimi christop
A while ago I asked the list why the StateVisitor::Optimizer was not working and why I had very poor optimizing results. I was prompted by more experienced user to investigate the source myself This is what I did and I found a few tricks which will make the optimizer work very well. This