Re: [osg-users] Guaranteeing a specific order of node callbacks?

2016-01-15 Thread Robert Osfield
Hi Christian, Callbacks are simply called in the order that visitor comes across them, it's depth first, left right by default for OSG's update traversal. There isn't any other controls for order like there is for the rendering back end. You can either enforce the ordering when you create your

[osg-users] Guaranteeing a specific order of node callbacks?

2016-01-15 Thread Christian Buchner
Hi, I have a couple of Geodes with an associated update callback, responsible for updating the nodes. Now due to a customer request there is a dependency between these Geodes, requiring a specific order in which these callbacks have to be executed. My geodes each render a 3-dimensional cylinder