-
Occlusion Culling
Hello everybody, I'm looking for an efficient "Occlusion Culling Algorithm".
May I have some help please?
For example, "Hierarchical Occlusion Maps" or "pyramide Z-buffer" source code.
-
Advanced Member
Frequent Contributor
Re: Occlusion Culling
The easiest method nowadays is to use hardware-assisted occlusion culling, through the GL_ARB_occlusion_query extension. Search these forums for "occlusion" and you should find plenty of discussion on how that extension is used.
-- Tom
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules