MegaGlest Forum
Archives (read only) => Glest Advanced Engine => General discussion => Topic started by: Gabbe on 26 May 2010, 14:20:52
-
I don`t know if we have this, and i barely know the meaning, but it could probably speed up the game? What i think it is a method of determining which meshes are shown and processed and which are not, so that the meshes not being shown do not need to be loaded when your camera isn`t seeing them. IDK if i got it wrong word, but...
-
There already is some culling in the rendering engine (faces that are not displayed and hidden out of sight called FACE culling in OpenGL). As to occlusion culling I'm not expereinced enough to answer that.
-
So basically glest already has this? thanks for answering my question then :P
-
Occlusion culling is culling objects because they are completely obscured by other objects. Glest does not do this, and I don't think it would be of great benefit for an RTS game, where there is little such obscuring going on, especially at the typical camera angle the game is played with.
-
thanks silnarm, i really didn`t know what it was other than that it speed up FPS
-
maybe it would help to have this for cinematics or so, but I think it will be to much coding to be worth it...
-
:p YEAH thats too much work probably...