CodeOrc #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 #2 If alpha = 0 an entity isn't rendered. If it was still rendered it would defeat the purpose.
CodeOrc #3 thank you, I thought that was the case, but I wanted to make sure before I modified my code.