Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opengl1: Fix skybox in OpenGL 1.1 #657

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

zturtleman
Copy link
Member

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.

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.
@zturtleman zturtleman merged commit 5a918bf into ioquake:main Apr 18, 2024
3 checks passed
@zturtleman zturtleman deleted the opengl11_skybox branch April 18, 2024 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

opengl1: Skybox in OpenGL 1.1 displays black lines at edges
1 participant