-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RENDERER: Add option to filter out collinear vertices.
This is a temporary workaround primarily targeted at macOS arm64 on which the GPU has a high risk of clipping nearby triangles if zero sized triangles are fed to the GPU. At best this bug introduces rendering glitches from looking into the void, at worst it allows the player to see enemies behind walls in matches. The workaround is force-enabled on macOS arm64. But there have been mysterious rendering issues with missing surfaces in the past, so other targets may opt-in to enable it and see if it helps.
- Loading branch information
Showing
3 changed files
with
89 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters