mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 22:22:34 +00:00
Texture coordinate generation is the concept of automatically generating vertex texture coordinates instead of using the provided coordinates (i.e. `glTexCoord`). This commit implements support for: * The `GL_TEXTURE_GEN_Q/R/S/T` capabilities * The `GL_OBJECT_LINEAR`, `GL_EYE_LINEAR`, `GL_SPHERE_MAP`, `GL_REFLECTION_MAP` and `GL_NORMAL_MAP` modes * Object and eye plane coefficients (write-only at the moment) This changeset allows Tux Racer to render its terrain :^) |
||
|---|---|---|
| .. | ||
| GL | ||
| Tex | ||
| CMakeLists.txt | ||
| GLBlend.cpp | ||
| GLColor.cpp | ||
| GLContext.cpp | ||
| GLContext.h | ||
| GLDraw.cpp | ||
| GLFog.cpp | ||
| GLLights.cpp | ||
| GLLists.cpp | ||
| GLMap.cpp | ||
| GLMat.cpp | ||
| GLStencil.cpp | ||
| GLTexture.cpp | ||
| GLUtils.cpp | ||
| GLVert.cpp | ||
| GLVertexArrays.cpp | ||
| SoftwareGLContext.cpp | ||
| SoftwareGLContext.h | ||