A data distributed sort-first parallel rendering system for VR applications.

Zhefan Jin,Haoyu Peng,Jiaoying Shi
DOI: https://doi.org/10.1145/1044588.1044626
2004-01-01
Abstract:Parallel rendering is used in VR applications that need real time rendering for large-scale scenes or high-resolution display. Sort-first architecture is often used to build high performance parallel graphics rendering systems. Data centralized sort-first systems based on immediate-mode deeply rely on network bandwidth which is likely to become system bottleneck as well as belonging computing of primitives. Architecture of data distributed parallel rendering system based on retained-mode is presented. Geometry data is distributed to rendering nodes and is adjusted between them when viewpoint is changed. Frame-to-frame coherence is efficiently utilized to lower overhead. Cell structure is used to control parallel granularity. The experimental results show that high-resolution display and parallel speedup can be achieved with relatively lower overhead.
What problem does this paper attempt to address?