In-the-Core parallel graphics rendering system for extreme large data sets based on retained-mode

Haoyu Peng,Zhefan Jin,Jiaoying Shi
2004-01-01
Ruan Jian Xue Bao/Journal of Software
Abstract:We present a hybrid sort-first and sort-last parallel rendering system based on retained-mode, called In-the-Core, which can render extreme large models on PC clusters. Traditional parallel systems have to issue all primitive-instructions when draw a new frame, or to copy whole scene on each node of cluster in advance. The approach can utilize full main memory capacity of cluster and lower the traffic of network. The main method is to partition a large model into smaller structures of elementary particle and distributes them into the main memory of rendering nodes; meanwhile the load-balance is kept by view-depend partition algorithm with overhead feedback. Experiments on a cluster of 8 nodes show that the In-the-Core system can render models about 30-40 M triangles at interactive frame-rate. It shows that a cluster of inexpensive PCs is an attractive alternative to those high-end graphics workstations.
What problem does this paper attempt to address?