Files
ladybird/Userland/Libraries/LibGL
Jelle Raaijmakers c19632128c LibGL+LibSoftGPU: Implement texture coordinate generation
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 :^)
2021-12-30 14:24:29 +01:00
..
2021-12-27 11:58:43 +01:00
2021-12-27 11:58:43 +01:00
2021-12-12 21:51:08 +01:00
2021-12-27 11:58:43 +01:00
2021-12-12 21:51:08 +01:00
2021-12-27 11:58:43 +01:00
2021-12-27 11:58:43 +01:00