Emissive Texture and hasAlpha

Does anyone know how to make transparency work with emissive textures?

https://www.babylonjs-playground.com/#REM971#1

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 :smiley: