Abstract
A major concern in generation of realistic graphics displays is how to identify those parts of a scene that are visible from a chosen viewing position. There have been various algorithms for identification of visible objects on both sequential and parallel computation models, all with different time and space requirements, depending on the properties of the underlying machine architectures and types of the objects. In this paper, we propose an efficient parallel algorithm for implementation of the popular depth-buffer method on the general PRAM model that detects visible surfaces by projecting pixels on all surfaces to a 2D view plane and removing all hidden surfaces. For a total of n pixels on the surfaces of an object, our algorithm runs cost-optimally in O((n/p) + log p) time in the average case, and in O((n/p) log p) time in the worst case, using p processors on the EREW PRAM. We analyze the scalability of the algorithm and show that it is highly scalable in the average case.
Original language | English |
---|---|
Pages (from-to) | 359-371 |
Number of pages | 13 |
Journal | International Journal of Computer Mathematics |
Volume | 67 |
Issue number | 3-4 |
DOIs | |
Publication status | Published - 1998 |
Externally published | Yes |
Keywords
- Depth-buffer method
- Object projection
- PRAM
- Parallel algorithms
- Scalability analysis
- Visible-surface detection