Parallel processing techniques for hidden surface removal
暂无分享,去创建一个
Previous work in the hidden-surface problem has revealed two key concepts. First, the removal of non-visible surfaces is essentially a sorting problem. Second, some form of coherence is essential for the efficient solution of this problem.
In order to provide real-time simulations, it is not only the amount of sorting which must be reduced, but the total time required for computation. One potentially economic strategy to attain this goal is the use of parallel processor systems. This approach implies that the computational time will no longer be dependent on the total amount of sorting, but more on the appropriate division of responsibility.
This paper investigates two existing algorithmic approaches to the hidden-surface problem with a view towards their applicability to implementation on a parallel machine organization. In particular, the statistical results of a parallel processor implementation indicate the difficulties stemming from a loss of coherence and imply potentially important design criteria for a parallel configuration.
[1] Gary S. Watkins,et al. A real time visible surface algorithm , 1970 .
[2] Gordon Wilson Romney,et al. Computer assisted assembly and rendering of solids , 1969 .
[3] John Edward Warnock,et al. A hidden surface algorithm for computer generated halftone pictures , 1969 .
[4] C. William Gear,et al. Raster-scan hidden surface algorithm techniques , 1977, SIGGRAPH '77.