Login  Register

Re: Order of children not necessary respected?

Posted by ThomasR on Apr 18, 2018; 4:09pm
URL: https://forum.jogamp.org/Order-of-children-not-necessary-respected-tp4038695p4038818.html

If I do this in JoglRenderer

renderBuckets() {
  renderBuckets(false, true); // change doSort from true to false
}

It seems to work. Can you give me a hand here, and/or explain what's going on? Could this be an option on a particular Group (not applied globally) so I can render as in the picture I've posted in this thread?

Tom