How to add partially transparent texture to a plane in JME

Can someone point me to a source where I can read the simplest way  how to do this? I want to have a plane with a transparent png to look transparent in JME too. I couldnt model it in blender to work, I have black textures on the model. How can I code it in Java?

You have to set the AlphaState for the node that will contain the texture, as well as the TextureState.



Check the wiki page: http://www.jmonkeyengine.com/wiki/doku.php?id=alphastate

Thanks, just the info I was in need…i was searching for it in the wiki, but couldnt find it. Now this seems to be something cool! :slight_smile: