Game Development Community

Occlusion Culling?

by Richard_H · in Torque Game Engine · 06/19/2007 (4:14 am) · 4 replies

Does TGE come with occlusion culling? If not how hard would it be to add it?

At the moment larger levels made with my Random Mission Pack are rather slow due to, (I think) lack of occlusion culling.

#1
06/19/2007 (4:38 am)
Quote:
Does TGE come with occlusion culling?
No. Torque only uses frustum culling, it's a little behind the times in that respect.
#2
06/19/2007 (5:09 am)
Is there anywhere were I can get the information needed to implement it?
It would be very useful.
#3
06/19/2007 (5:11 am)
I don't think it would be all that trivial to add. Way beyond my skill level anyhow - try googling for some information.
#4
03/27/2010 (4:18 pm)
Did anyone ever attempt to get occlusion culling setup with TGE? Any suggestions?