[osg-users] setNestRenderBins questions

2008-07-01 Thread Paul Martz
Hi all -- I don't recall who submitted this change, but I took it for a short test drive today and here are some observations and questions. The value of setNestRenderBins isn't being saved to the .osg file format. I didn't test .ive. Is this intentional, or an oversight? My first instinct was

Re: [osg-users] setNestRenderBins questions

2008-07-01 Thread Robert Osfield
Hi Paul, The setNestRenderBins only affects where the bin (if any) associated with the StateSet gets placed in the rendering graph, it doesn't enable or disable what happens for child StateSet. I don't believe it's a feature that you'd want to inherit, its not state like modes and

Re: [osg-users] setNestRenderBins questions

2008-07-01 Thread Paul Martz
If it only applies to a single render bin, then perhaps the name should not be plural, which implies (to me, at least), that this setting affects more than one bin. The code comment also implies this: to prevent render bins being nested, call setNestRenderBins(false) perhaps should instead read as

Re: [osg-users] setNestRenderBins questions

2008-07-01 Thread Robert Osfield
Hi Paul, On Tue, Jul 1, 2008 at 9:34 PM, Paul Martz [EMAIL PROTECTED] wrote: If it only applies to a single render bin, then perhaps the name should not be plural, which implies (to me, at least), that this setting affects more than one bin. The code comment also implies this: to prevent