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

Modify options to use Screen-space Antialiasing #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DeeJayLSP
Copy link

@DeeJayLSP DeeJayLSP commented Feb 19, 2025

Instead of being an option that enables or disables FXAA, it now modifies the screen-space AA.

Before

Fast Approximate Antialiasing: Disabled Enabled

After:

Screen-space Antialiasing: Disabled FXAA

This is mostly done in preparation for godotengine/godot#102330, where a third button, SMAA, would be added later (I did these changes to test SMAA in the demo, this is just it but partly reverted to avoid errors).

@QbieShay
Copy link
Contributor

QbieShay commented Feb 20, 2025

Hey 👋

What happens to a project that has a non-default value in that setting? Does this keep compatibility?

@DeeJayLSP
Copy link
Author

DeeJayLSP commented Feb 20, 2025

Hey 👋

What happens to a project that has a non-default value in that setting? Does this keep compatibility?

The option gets reset to default (Disabled). No errors will happen though.

@QbieShay
Copy link
Contributor

Oh I'm sorry I thought this was the Godot repo and not the tps demo one 😅

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