ioquake / ioq3

The ioquake3 community effort to continue supporting/developing id's Quake III Arena
https://ioquake3.org/
GNU General Public License v2.0
2.38k stars 528 forks source link

opengl1: Fix skybox in OpenGL 1.1 #657

Closed zturtleman closed 5 months ago

zturtleman commented 5 months ago

Fix six image skybox having a black border around the sides of the sky when using OpenGL 1.1 (using CL_CLAMP instead of GL_CLAMP_TO_EDGE).

It's technically visible in q3dm10 but it's more obvious in Team Arena maps such as mpteam6.

Fixes #656.