<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Oct 31, 2015 at 7:26 AM, Robert Osfield <span dir="ltr"><<a href="mailto:robert.osfield@gmail.com" target="_blank">robert.osfield@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Glenn,<br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On 30 October 2015 at 21:40, Glenn Waldron <span dir="ltr"><<a href="mailto:gwaldron@gmail.com" target="_blank">gwaldron@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><div dir="ltr"><div>Been scratching my head on this one for a while...</div><div><br></div><div>I have a node created by a plugin. I need the contents of this node to be rendered in traversal order. How do I do it?</div><div><br></div><div>Naturally, I tried to use a TraversalOrderBin... setRenderBinDetails(0, "TraversalOrderBin"). However, this will only activate my new render bin if the *current* RenderBin has a different bin number. If the current bin is already #0, it will put my geometry in that existing bin and ignore my request for a TraversalOrderBin.</div></div></blockquote><div><br></div></span><div>A single RenderBin's can't have two types of rendering order at the same time.  <br></div><span class=""><div><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Tried an OVERRIDE; tried disabling nesting; even tried overriding traverse() and tricking the CullVisitor into creating a new bin for me. No luck.</div><div><br></div><div>So...how do I force traversal-order rendering for this node?</div></div></blockquote><div><br></div></span><div>The simplest way is to Use a different RenderBin number so the OSG's rendering back-end creates a bin for it. <br></div></div></div></div></blockquote><div><br></div><div>Robert, I get that, but since the node is created by a plugin, how do I pick a RenderBin number that is guaranteed to be different? That is my dilemma.</div><div><br></div><div>Glenn</div></div></div></div>