Does anyone know how to make transparency work with emissive textures?
I had to also set diffuseTexture.
https://www.babylonjs-playground.com/#REM971#3
EDIT:
Better solution is to use opacityTexture with emissiveTexture.
https://www.babylonjs-playground.com/#REM971#6
Thanks DK!
My pleasure