Skip to content

The project delves into the various algorithms pertaining to occlusion culling. Most of the classic algorithms related to occlusion culling try to sort the polygons(objects) based on various properties like distance from view point etc. We considered a density based approach to Occlusion culling as probability of occlusion is proportional to den…

Notifications You must be signed in to change notification settings

aashd/density-occlusion-culling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

density-occlusion-culling

The project delves into the various algorithms pertaining to occlusion culling. Most of the classic algorithms related to occlusion culling try to sort the polygons(objects) based on various properties like distance from view point etc. We considered a density based approach to Occlusion culling as probability of occlusion is proportional to density and inversely proportional to distance.

About

The project delves into the various algorithms pertaining to occlusion culling. Most of the classic algorithms related to occlusion culling try to sort the polygons(objects) based on various properties like distance from view point etc. We considered a density based approach to Occlusion culling as probability of occlusion is proportional to den…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published