HI Filip, On 20 June 2013 10:01, Filip Arlet <[email protected]> wrote: > How can I implement Reverse Traversal RenderBin order ? Same as > "TraversalOrder" but reversed ?
You could either reverse the order of the children under the TraversalOrder StateSet, or implement your own bin type with it's own sort mechansim, or submit a new RenderBin::SortMode to sit alongside the rest of them :-) Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

