[Solved] Define queue bucket in material

You cannot set the Bucket in the material since it is not a material parameter. The bucket ensures that the transparent object is drawn on top of objects behind it. In the material you set the Blend mode to indicate that your color/texture has an alpha channel.

for reference:
https://jmonkeyengine.github.io/wiki/jme3/beginner/hello_material.html

2 Likes