Template:Cubemap layer face ordering: Difference between revisions
Jump to navigation
Jump to search
External layer face ordering table. |
Sippeangelo (talk | contribs) m Missing underscore in enum names |
||
Line 5: | Line 5: | ||
|- | |- | ||
| 0 | | 0 | ||
| | | GL_TEXTURE_CUBE_MAP_POSITIVE_X | ||
|- | |- | ||
| 1 | | 1 | ||
| | | GL_TEXTURE_CUBE_MAP_NEGATIVE_X | ||
|- | |- | ||
| 2 | | 2 | ||
| | | GL_TEXTURE_CUBE_MAP_POSITIVE_Y | ||
|- | |- | ||
| 3 | | 3 | ||
| | | GL_TEXTURE_CUBE_MAP_NEGATIVE_Y | ||
|- | |- | ||
| 4 | | 4 | ||
| | | GL_TEXTURE_CUBE_MAP_POSITIVE_Z | ||
|- | |- | ||
| 5 | | 5 | ||
| | | 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 |