Abstract

Quadtree-based terrain visualization methods have been used in a lot of applications. However, because most procedures are performed on the CPU, the rendering speed is slow. In this paper, we present a quadtree-based terrain visualization method working on the GPU with specially designed data structure, the error-buffer and flag-buffer named ef-buffers. In pre-processing step, error metrics are computed in world space and the error metrics are transferred to the error-buffer. In rendering time, LOD selection and view-frustum culling are processed by evaluating the error metrics. The result is stored into the flag-buffer. To remove cracks or T-junction, the flag-buffer is refined. Then triangulation is performed using the flag-buffer. This method reduces CPU load and performs time consuming jobs such as LOD selection and view-frustum culling on the GPU. We can conclude that our method much faster than CPU-based rendering method without loss of image quality.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.