EntityAutoFade
Blitz3D Forums/Blitz3D Beginners Area/EntityAutoFade| 
 | ||
| Using EntityAutoFade- when the object is "invisible" does the camera still render the polys? Or is it ignored thereby allowing for better performance? thx | 
| 
 | ||
| If alpha = 0 an entity  isn't rendered.  If it was still rendered it would defeat the purpose. | 
| 
 | ||
| thank you, I thought that was the case, but I wanted to make sure before I modified my code. | 
| 
 | ||
| if alpha=0 no rendering, collision still works |