Transparent distributed processing for rendering

  • Authors:
  • Peter Kipfer;Philipp Slusallek

  • Affiliations:
  • Computer Graphics Group, University of Erlangen, Am Weichselgarten 9, 91058 Erlangen, Germany;Computer Graphics Group, Stanford University, Gates Building 364-3B, Stanford, CA

  • Venue:
  • PVGS '99 Proceedings of the 1999 IEEE symposium on Parallel visualization and graphics
  • Year:
  • 1999
  • The ray engine

    Proceedings of the ACM SIGGRAPH/EUROGRAPHICS conference on Graphics hardware

  • Distributed point rendering

    HiPC'05 Proceedings of the 12th international conference on High Performance Computing

Quantified Score

Hi-index 0.00

Visualization

Abstract

Rendering, in particular the computation of global illumination, uses computationally very demanding algorithms. As a consequence many researchers have looked into speeding up the computation by distributing it over a number of computational units. However, in almost all cases did they completely redesign the relevant algorithms in order to achieve high efficiency for the particular distributed or parallel environment.At the same time global illumination algorithms have gotten more and more sophisticated and complex. Often several basic algorithms are combined in multi-pass arrangements to achieve the desired lighting effects. As a result, it is becoming increasingly difficult to analyze and adapt the algorithms for optimal parallel execution at the lower levels. Furthermore, these bottom-up approaches destroy the basic design of an algorithm by polluting it with distribution logic and thus easily make it unmaintainable.In this paper we present a top-down approach for designing distributed applications based on their existing object-oriented decomposition. Distribution logic, in our case based on the CORBA middleware standard, is introduced transparently to the existing application logic. The design approach is demonstrated using several examples of multi-pass global illumination computation and ray-tracing. The results show that a good speedup can usually be obtained even with minimal intervention into existing applications.