mirror problem

Blitz3D Forums/Blitz3D Programming/mirror problem

SideExtreme(Posted 2005) [#1]
mirror work with normal entity but don't work with alpha entity
possible?


Stevie G(Posted 2005) [#2]
No reason why it shouldn't.

I had an issue once. If you're using an alpha plane with the mirror make sure you set it's entityorder to be drawn first .. otherwise the alpha entity may appear behind due to the way alpha is sorted.

Stevie


jfk EO-11110(Posted 2005) [#3]
I think it also depends on your graphics card. I had one machine that didn't display alphaed objects on the mirror, on an other machine it worked.