On Wed, Aug 6, 2008 at 3:09 PM, hesicong2006 <[EMAIL PROTECTED]> wrote: > Hi, robert, > I just noticed this line: > > myvolumestateset->setRenderBinDetails(9,"FrontToBack"); > > Why you set details to 9 instead of other values?
It's just the bin number, 9 will draw before the standard transparent bin that defaults to 10, 0 is the default opaque bin. Choose what ever value you want to control the high level ordering of bins. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

