]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texturecube.h
Comment updates for texture and framebuffer classes.
[libs/gl.git] / source / texturecube.h
index c8e18a11df59adfc123db32460999a5ad90acba8..b15c1cff2af5fcff564d6f70e754b0282d4ff4fe 100644 (file)
@@ -21,8 +21,9 @@ enum TextureCubeFace
 /**
 Cube map texture, consisting of six square faces.  All of the faces must be of
 the same size.  A cube map texture is addressed by three-dimensional texture
-coordinates.  The face is first selected according to the largest coordinate,
-and the remaining two coordinates are used to sample the face image.
+coordinates, with a principal range of [-1, 1].  The face is first selected
+according to the largest coordinate, and the remaining two coordinates are used
+to sample the face image.
 
 All faces of a cube map texture must be allocated for it to be usable.