Skip to content

fix: eliminate GTAO dithering pattern with higher sample count#1302

Merged
braedonsaunders merged 1 commit into
mainfrom
claude/fix-triangle-artifacts-Yghw8
Feb 3, 2026
Merged

fix: eliminate GTAO dithering pattern with higher sample count#1302
braedonsaunders merged 1 commit into
mainfrom
claude/fix-triangle-artifacts-Yghw8

Conversation

@braedonsaunders

Copy link
Copy Markdown
Owner

The visible dithering/stippling pattern on models at Medium/High/Ultra quality was caused by GTAO's low default sample count. This fix:

  • Increases GTAO samples to 32 (from default ~8-16)
  • Enables temporal filtering when TAA is active
  • Updates both full-res and quarter-res AO pipelines

Low quality was unaffected because ssaoEnabled=false in that preset.

https://claude.ai/code/session_012kqvccEiiHNQHAjUEoposi

The visible dithering/stippling pattern on models at Medium/High/Ultra
quality was caused by GTAO's low default sample count. This fix:

- Increases GTAO samples to 32 (from default ~8-16)
- Enables temporal filtering when TAA is active
- Updates both full-res and quarter-res AO pipelines

Low quality was unaffected because ssaoEnabled=false in that preset.

https://claude.ai/code/session_012kqvccEiiHNQHAjUEoposi
@braedonsaunders braedonsaunders merged commit b25ca36 into main Feb 3, 2026
2 of 4 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.

2 participants