BookRags.com Literature Guides Literature Guides Criticism/Essays Criticism/Essays Biographies Biographies My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help
Not What You Meant?  There are 89 definitions for Atlas.

Texture atlas

Print-Friendly
About 1 pages (224 words)

Bookmark and Share

In realtime computer graphics, a texture atlas is a large texture "atlas" which contains many unrelated sub-textures. The sub-textures can be rendered by modifying the texture coordinates of the atlas. In an application where many small textures are used frequently, it is often more efficient to store the textures in a texture atlas which is treated as a unit by the graphics hardware. In particular, it is faster to bind one large texture once than to bind many smaller textures as they are drawn. For example, a tile-based game would benefit greatly in performance from a texture atlas. Atlases can consist of uniformly-sized sub-textures, or they can consist of textures of varying sizes (usually restricted to powers of two). In the latter case, the program must usually arrange the textures in an efficient manner before sending the textures to hardware. Manual arrangement of texture atlases is possible, but tedious.

See also

External links

View More Summaries on Texture atlas
 
Copyrights
Texture atlas from Wíkipedia. ©2006 by Wíkipedia. Licensed under the GNU Free Documentation License. View a list of authors or edit this article.

Article Navigation
Join BookRagslearn moreJoin BookRags


About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy