I am getting a very strange result with overlapping alpha. There are sections of the model that should be opaque, but are not. Only the white sections should be semi-transparent. I would like to make the blue sections glow.
Welcome aboard!
It does work for me:
- Babylon.js Playground
- if you want to also render the back faces of the cube, you should also set
separateCullingPass
totrue
to have the back faces rendererd before the front faces: https://playground.babylonjs.com/#KQJ06I#1
1 Like
Awesome! Thank you very much!!