Cubemap Texture: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Creating a stub for this.
 
de-pluralizing, per Wikipedia standard.
Line 1: Line 1:
'''Cubemap Textures''' are 2D textures that have 6 separate faces. The faces are arranged in a cube-shape (hence the name). Each face can have its own mipmaps.
A '''Cubemap Texture''' is a texture composed of 6 2D images. The images are arranged in a cube-shape, hence the name. Each separate face of the cube is can have its own mipmaps.


{{stub}}
{{stub}}


[[Category:Textures]]
[[Category:Textures]]

Revision as of 20:36, 16 March 2010

A Cubemap Texture is a texture composed of 6 2D images. The images are arranged in a cube-shape, hence the name. Each separate face of the cube is can have its own mipmaps.