Template:Cubemap layer face ordering: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
External layer face ordering table.
 
m Missing underscore in enum names
 
Line 5: Line 5:
|-
|-
|  0
|  0
GL_TEXTURE_CUBEMAP_POSITIVE_X
GL_TEXTURE_CUBE_MAP_POSITIVE_X
|-
|-
|  1
|  1
GL_TEXTURE_CUBEMAP_NEGATIVE_X
GL_TEXTURE_CUBE_MAP_NEGATIVE_X
|-
|-
|  2
|  2
GL_TEXTURE_CUBEMAP_POSITIVE_Y
GL_TEXTURE_CUBE_MAP_POSITIVE_Y
|-
|-
|  3
|  3
GL_TEXTURE_CUBEMAP_NEGATIVE_Y
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
|-
|-
|  4
|  4
GL_TEXTURE_CUBEMAP_POSITIVE_Z
GL_TEXTURE_CUBE_MAP_POSITIVE_Z
|-
|-
|  5
|  5
GL_TEXTURE_CUBEMAP_NEGATIVE_Z
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
|}
|}

Latest revision as of 02:25, 18 December 2013

Layer number Cubemap face
0 GL_TEXTURE_CUBE_MAP_POSITIVE_X
1 GL_TEXTURE_CUBE_MAP_NEGATIVE_X
2 GL_TEXTURE_CUBE_MAP_POSITIVE_Y
3 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
4 GL_TEXTURE_CUBE_MAP_POSITIVE_Z
5 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z