Content deleted Content added
m WP:CHECKWIKI error 61 fix, References after punctuation per WP:REFPUNC and WP:PAIC using AWB (8459) |
Disambiguated: Rendering → Rendering (computer graphics), load balancing → load balancing (computing) |
||
Line 1:
'''Parallel rendering''' (or '''Distributed rendering''') is the application of [[parallel programming]] to the computational ___domain of [[computer graphics]]. [[Rendering (computer graphics)|Rendering]] graphics can require massive computational resources for complex scenes that arise in [[scientific visualization]], [[medical visualization]], [[CAD]] applications, and [[virtual reality]]. Rendering is an [[embarrassingly parallel]] workload in multiple domains (e.g., pixels, objects, frames) and thus has been the subject of much research.
== Workload Distribution ==
There are two, often competing, reasons for using parallel rendering. Performance scaling allows frames to be rendered more quickly while data scaling allows larger data sets to be visualized. Different methods of distributing the workload tend to favor one type of scaling over the other. There can also be other advantages and disadvantages such as [[Latency (engineering)|latency]] and [[load balancing (computing)|load balancing]] issues. The three main options for primitives to distribute are entire frames, pixels, or objects (e.g. triangle meshes).
=== Frame distribution ===
|