Hi all -
I’m making a project that has a Starling background layer, and I would like an Away3D layer, with shadows, on top of it. I have all that set up and working great, but I can’t find a way to make the floor plane (that shows the shadows) to be transparent *with* the shadows still showing.
I’ve tried (without success):
- adjusting the floor’s alpha
- blend modes on the floor’s color material
- applying a TextureMaterial with a clear PNG bitmap
All of which reduce/change the floor opacity, but also the shadows. If I ever go fully transparent on the floor material, the shadows are gone too. Any suggestions? Am I missing something obvious? Thanks!