Alpha blending

Hi everybody! Have a question. Is it possible to make a bulb glow without shaders? In Blender i am put the emission texture on a Plane and in “Texture face” set alpha to “Add” mode. Who knows how to make this effect in Panda?

here screenshot from blender:

Sorry for bad english!

Sure, apply the texture to a card, and do:

card.setAttrib(ColorBlendAttrib.make(ColorBlendAttrib.MAdd))

David

Thanks! :slight_smile: