Parallel processing for computer graphics
暂无分享,去创建一个
Computer graphics has emerged as one of the most important and appropriate uses of parallel computers and supercomputers. Green provides background information on both computer graphics and parallel computers and then goes on to describe how a distributed memory multiprocessor can be used to effectively implement the ray tracing algorithm. He emphasizes a general-purpose approach so that the techniques developed can be applied to other applications.Ray tracing is a technique for generating realistic images that has high computational complexity, making it well suited for implementation on parallel computers. Following a description of a multiprocessor solution for ray tracing and identification of the goals of the resulting system and its key components, Green identifies the areas of difficulty in programming distributed memory multiprocessors with the intention of simplifying applications programming on these complex machines.Contents: Introduction. Introduction to Computer Graphics. Parallel Processing and Computer Graphics. Design of a Multiprocessor Solution for Ray Tracing. Task Management. Dynamic Data Management. Static Data Management. Conclusions.