Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by 81.99.54.127 to version by Wavelength. Report False Positive? Thanks, ClueBot NG. (2768239) (Bot) |
|||
Line 13:
Distributing interlaced lines of pixels gives good load balancing but makes data scaling impossible. Distributing contiguous 2D tiles of pixels allows for data scaling by culling data with the [[view frustum]]. However, there is a data overhead from objects on frustum boundaries being replicated and data has to be loaded dynamically as the view point changes. Dynamic load balancing is also needed to maintain performance scaling.
=== Object distribution ===
|