D3DPR: a Direct3D9-Based Parallel Rendering System

Zhen Liu,Jiaoying Shi
2007-01-01
Abstract:According to the features of Direct3D9 graphics library, D3DPR system architecture and implementation principle is presented. D3DPR is a parallel rendering system that supports transparent Direct3D9 application parallelization and can be divided into two local node types, resource distribution node (D_ node) and resource rendering node (R_ node). Through interception technique of DPGL parallel rendering library on D_ node and reconstruction technique on R_ node, any Direct3D9 application can be converted for parallel rendering on PC clusters with no modification, and high-performance rendering and high-resolution tiled display can be achieved. As a result, this type of display can be used to generate better photorealistic and immersive virtual environments.
What problem does this paper attempt to address?