Types/number of render bins?

Hello,



Does jME support more than the usual opaque and transparent render bins?  Does it give the user the option to define more?



Thanks in advance!

  Ben

Well, there's also ortho, but no, you can not define your own.  That said, when you use render passes, each pass basically has exclusivity the render bins, so if you really wanted to separate scene objects into multiple bins, you could use passes to achieve this.

renanse said:

if you really wanted to separate scene objects into multiple bins, you could use passes to achieve this.

Got it.