Does Irrlicht use visibility culling without using an octtree scenenode?
Does it make sense to use an octtree scenenode with todays graphics cards that have hardware culling?
About culling
-
Guest
If I remember right, hardware culling basically runs vertices through a z-buffer check to see which is visible. But, don't take my word for it, since I stopped researching into it since I found out that it tends be real slow, bogging down the app. If you are still interested, you might want to search on MSDN or in Google Groups on the QueryInterface() function. As for which cards that support it, just about any card built for DX8 or 9 should support it, but any card listing "Occlusion Culling" as a feature should support it.
Again, I wouldn't worry about this though, as more optimized occlusion culling techniques are available in software.
If you want more info, do a Google search on "hardware occlusion culling."
Again, I wouldn't worry about this though, as more optimized occlusion culling techniques are available in software.
If you want more info, do a Google search on "hardware occlusion culling."
"Object-oriented programming is an exceptionally bad idea which could only have originated in California."
- E.W. Dijkstra
- E.W. Dijkstra