Texture Tile Visibility Determination For Dynamic Texture Loading
Abstract
Three-dimensional scenes have become an important form of content deliverable through the Internet. Standard formats such as Virtual Reality Modeling Language (VRML) make it possible to dynamically download complex scenes from a server directly to a web browser. However, limited bandwidth between servers and clients presents an obstacle to the availability of more complex scenes, since geometry and texture maps for a reasonably complex scene may take many minutes to transfer over a typical telephone modem link. This paper addresses one part of the bandwidth bottleneck, texture transmission. Current display methods transmit an entire texture to the client before it can be used for rendering. We present an alternative method which subdivides each texture into tiles, and dynamically determines on the client which tiles are visible to the user. Texture tiles are requested by the client in an order determined by the number of screen pixels affected by the texture tile, so that texture tiles which affect the greatest number of screen pixels are transmitted first. The client can render images during texture loading using tiles which have already been loaded. The tile visibility calculations take full account of occlusion and multiple texture image resolution levels, and are dynamically recalculated each time a new frame is rendered. We show how a few additions to the standard graphics hardware pipeline can add this capability without radical architecture changes, and with only moderate hardware cost. The addition of this capability makes it practical to use large textures even over relatively slow network connections.
BibTeX
@inproceedings {10.2312:EGGH:EGGH98:055-060,
booktitle = {SIGGRAPH/Eurographics Workshop on Graphics Hardware},
editor = {S. N. Spencer},
title = {{Texture Tile Visibility Determination For Dynamic Texture Loading}},
author = {Goss, Michael E. and Yuasa, Kei},
year = {1998},
publisher = {The Eurographics Association},
ISSN = {1727-3471},
ISBN = {0-89791-097-X},
DOI = {10.2312/EGGH/EGGH98/055-060}
}
booktitle = {SIGGRAPH/Eurographics Workshop on Graphics Hardware},
editor = {S. N. Spencer},
title = {{Texture Tile Visibility Determination For Dynamic Texture Loading}},
author = {Goss, Michael E. and Yuasa, Kei},
year = {1998},
publisher = {The Eurographics Association},
ISSN = {1727-3471},
ISBN = {0-89791-097-X},
DOI = {10.2312/EGGH/EGGH98/055-060}
}
Related items
Showing items related by title, author, creator and subject.
-
Time-constrained Animation Rendering on Desktop Grids
Aggarwal, Vibhor; Debattista, Kurt; Bashford-Rogers, Thomas; Chalmers, Alan (The Eurographics Association, 2012)The computationally intensive nature of high-fidelity rendering has led to a dependence on parallel infrastructures for generating animations. However, such an infrastructure is expensive thereby restricting easy access ... -
Texturing and Hypertexturing of Volumetric Objects
Miller, Chris M.; Jones, Mark W. (The Eurographics Association, 2005)Texture mapping is an extremely powerful and flexible tool for adding complex surface detail to an object. This paper introduces a method of surface texturing and hypertexturing complex volumetric objects in real-time. We ... -
Ray Tracing Dynamic Scenes with Shadows on the GPU
Guntury, Sashidhar; Narayanan, P. J. (The Eurographics Association, 2010)We present fast ray tracing of dynamic scenes in this paper with primary and shadow rays. We present a GPUfriendly strategy to bring coherency to shadow rays, based on previous work on grids as acceleration structures. We ...