Frameless Rendering: Double Buffering Considered Harmful
Gary Bishop, Henry Fuchs, Leonard McMillan, Ellen J. Scher Zagier
Proceedings of SIGGRAPH 94, July 1994, pp. 175--176.
Abstract: The use of double-buffered displays, in which the previous image is displayed until the next image is complete, can impair the interactivity of systems that require tight coupling between the human user and the computer. We are experimenting with an alternate rendering strategy that computes each pixel based on the most recent input (i.e., view and object positions) and immediately updates the pixel on the display. We avoid the image tearing normally associated with single-buffered displays by randomizing the order in which pixels are updated. The resulting image sequences give the impression of moving continuously, with a rough approximation of motion blur, rather than jerking between discrete positions. We have demonstrated the effectiveness of this frameless rendering method with a simulation that shows conventional double-buffering side-by-side with frameless rendering. Both methods are allowed the same computation budget, but the double-buffered display only updates after all pixels are computed while the frameless rendering display updates pixels as they are computed. The frameless rendering display exhibits fluid motion while the double-buffered display jumps from frame to frame. The randomized sampling inherent in frameless rendering means that we cannot take advantage of image and object coherence properties that are important to current polygon renderers, but for renderers based on tracing independent rays the added cost is small.
BibTeX format:
@inproceedings{Bishop:1994:FRD,
  author = {Gary Bishop and Henry Fuchs and Leonard McMillan and Ellen J. Scher Zagier},
  title = {Frameless Rendering: Double Buffering Considered Harmful},
  booktitle = {Proceedings of SIGGRAPH 94},
  pages = {175--176},
  month = jul,
  year = {1994},
}
Search for more articles by Gary Bishop.
Search for more articles by Henry Fuchs.
Search for more articles by Leonard McMillan.
Search for more articles by Ellen J. Scher Zagier.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."