3D Model Data Compression in Parallel Rendering System Chromium

WANG Huan,QIN Kai-huai
DOI: https://doi.org/10.3724/sp.j.1087.2011.00025
2011-01-01
Journal of Computer Applications
Abstract:The deficient network bandwidth has severely curtailed the rendering speed of large geometric scenes in parallel graphics rendering systems such as Chromium.Through lossless compression of geometric data in the network transmission,an efficient method which alleviated the network burden was proposed.This method can easily be used to implement different algorithms for specific geometry data compression.The authors applied ZLib and Huffman compression algorithms in Chromium,and tested the speedup and compression ratios of 10 kinds of OpenGL applications,and the parallel performance in the four configurations.The speed of the tested programs that uses ZLib has been improved to different degrees and the maximum raising is 3 times;the average ratio of data compression is above 5.0,up to the maximum 30;the speedup ratio of parallel rendering on a single server is the highest.The overall performance of the ZLib algorithm is good,which can effectively reduce the network traffic.
What problem does this paper attempt to address?