<div dir="ltr"><div><div><div>Hi,<br><br></div>I have a couple of Geodes with an associated update callback, responsible for updating the nodes.<br><br></div>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 indicating a measurement 
value. Now the customer wants different measurements stacked on top of 
each other, and hence the bars on top need to know the value of the bar 
below in order to render correctly.<br></div><div><br>This is done easiest if I can guarantee that the node callbacks will be called in a specific order (bottom to top, in stacking order)<br><br></div><div>Is there any mechanism to do deal with order dependencies of scene graph updates, such as the render bins that are used in rendering?<br></div><div><br></div><div>Christian<br><br></div><div><br></div><br></div>