Visibility Culling for Complex Scene Based on a Loose Octree Structure

Aimin Liang,Xiaohui Liang,Zhuo Yu
2007-01-01
Abstract:To eliminate the drawbacks of traditional octree structure and make full use of its advantages in visibility culling, we organize the scene into a loose octree structure. The nodes of the hierarchy are processed into a front-to-back order in order to improve performance. By the analysis to the complex scene, a double-layer visibility culling algorithm is proposed, and the algorithm combines view frustum culling, detail culling and occlusion culling methods. The results of experiments prove its high efficiency for handling complex scenes with large amount of triangles in high depth.
What problem does this paper attempt to address?