EntityAutoFade

Blitz3D Forums/Blitz3D Beginners Area/EntityAutoFade

CodeOrc(Posted 2008) [#1]
Using EntityAutoFade- when the object is "invisible" does the camera still render the polys?

Or is it ignored thereby allowing for better performance?

thx


Stevie G(Posted 2008) [#2]
If alpha = 0 an entity isn't rendered. If it was still rendered it would defeat the purpose.


CodeOrc(Posted 2008) [#3]
thank you, I thought that was the case, but I wanted to make sure before I modified my code.


Naughty Alien(Posted 2008) [#4]
if alpha=0 no rendering, collision still works