Fast Calculating Simplification Error of Triangular Mesh Using CUDA

ZHANG Heng,TANG Jie,WU Gang-shan
DOI: https://doi.org/10.3969/j.issn.1673-629x.2011.07.001
2011-01-01
Abstract:Propose a method to evaluate the overall simplification error of triangular meshes.It considers the contribution of all sample points to the error,which is more precise than the former methods that only consider the maximum error.Achieve a highly paralleled algorithm to calculate the simplification error of triangular meshes by using CUDA.Uniform gird is adopted to manage triangles of each mesh to accelerate the space search speed.Proper data structure is designed to solve the problems such as CUDA does not support pointer,dynamically memory allocating and to avoid synchronization as much as possible.Finally,experimental results show the efficiency and effectiveness of this algorithm,which verify the advantages of GPU on high performance calculation compared to CPU.
What problem does this paper attempt to address?