View-dependent refinement of multiresolution meshes using programmable graphics hardware

Junfeng Ji,Enhua Wu,Sheng Li,Xuehui Liu
DOI: https://doi.org/10.1007/s00371-006-0020-8
IF: 2.835
2006-01-01
The Visual Computer
Abstract:View-dependent multiresolution rendering places a heavy load on CPU. This paper presents a new method on view-dependent refinement of multiresolution meshes by using the computation power of modern programmable graphics hardware (GPU). Two rendering passes using this method are included. During the first pass, the level of detail selection is performed in the fragment shaders. The resultant buffer from the first pass is taken as the input texture to the second rendering pass by vertex texturing, and then the node culling and triangulation can be performed in the vertex shaders. Our approach can generate adaptive meshes in real-time, and can be fully implemented on GPU. The method improves the efficiency of mesh simplification, and significantly alleviates the computing load on CPU.
What problem does this paper attempt to address?