Parallel rendering: Difference between revisions

Content deleted Content added
No edit summary
Line 11:
 
===Sort-first===
[[Image:Sort_first_example.PNG|right|thumb|Example of sort-first rendering.]]
 
Sort-first rendering decomposes the final view in screen space, that is, each contributor renders a 2D tile of the final view.<ref>Molnar, S., M. Cox, D. Ellsworth, and H. Fuchs. “A Sorting Classification of Parallel
Line 21 ⟶ 20:
 
===Sort-last===
[[Image:Sort_last_example.PNG|right|thumb|Example of sort-last rendering.]]
 
Sort-last rendering on the other hand decomposes the rendered database across all rendering units, and recombines the partially rendered frames. This modes scales the rendering very well, but the recomposition step is expensive due to the amount of pixel data processed during recomposition.