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

MODERN: Add support for alpha brushes. #988

Merged
merged 5 commits into from
Jan 8, 2025

Conversation

dsvensson
Copy link
Collaborator

@dsvensson dsvensson commented Jan 7, 2025

Fixes #630.

Accidentally broke when adding FXAA.
As alpha aliasmodels are drawn before alpha brushes writing depth
results in seeing through alpha brush models behind alpha aliasmodels
as they are rendered in separate stages, and cannot really be sorted.
This fixes a number of potential glitches, espepcially with r_drawflat,
as alpha is not always set(?).
@dsvensson dsvensson merged commit 1e0482b into QW-Group:master Jan 8, 2025
6 checks passed
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.

REQ: Support for alpha-channel map entities in EZQuake
1 participant