|
计算机应用 2007
Real-time rendering of 3D large-scale scene based on improved quadtree algorithm
|
Abstract:
The storage, look-up and view frustum culling of nodes in 3D scene are the key problems that affect the rendering efficiency in large scale scene. The paper introduced an improved quadtree algorithm to store and look up nodes and proposed an iterative algorithm in place of recursion algorithm. And we implemented the radial detection and viewed frustum culling based on this algorithm. The experimental results show that FPS is increased a lot in this way. The algorithm features in hierarchy of itself and sequence of coding, which avoids large computation in view frustum culling algorithm.