D3DPR: a direct3D-based large-scale display parallel rendering system architecture for clusters

Zhen Liu,Jiaoying Shi,Haoyu Peng,Hua Xiong
DOI: https://doi.org/10.1007/11572961_44
2005-01-01
Abstract:The current trend in hardware for parallel rendering is to use clusters instead of high-end super computer. We describe a novel parallel rendering system that allows application to render to a large-scale display. Our system, called D3DPR, uses a cluster of PCs with high-performance graphics accelerators to drive an array of projectors. D3DPR consists of two types of logical nodes, Geometry Distributing Node and Geometry Rendering Node. It allows existing Direct3D9 application to run on our parallel system without any modification. The advantage of high-resolution and high-performance can be obtained in our system, especially when the triangle number of the application becomes very large. Moreover, the details of interconnecting network architecture, data distribution, communication and synchronization, etc. are hidden from the users.
What problem does this paper attempt to address?