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

Anti Aliasing is suddenly deactivated #5727

Closed
kungfooman opened this issue Oct 6, 2023 · 3 comments
Closed

Anti Aliasing is suddenly deactivated #5727

kungfooman opened this issue Oct 6, 2023 · 3 comments
Assignees

Comments

@kungfooman
Copy link
Collaborator

Example before/after:

image

Last PR I could find is: #5679

Is this expected behaviour?

@mvaligursky
Copy link
Contributor

I'm not sure I can confirm. I loaded https://playcanvas.github.io/#/misc/hello-world

Then add this line to render into low resolution and make it visible:

Screenshot 2023-10-06 at 15 09 43

and then toggle antialias this way:

Screenshot 2023-10-06 at 15 10 42

and that seems to work ok with expected difference between true and false. Same in the blend-trees-1d example.

@mvaligursky mvaligursky self-assigned this Oct 6, 2023
@kungfooman
Copy link
Collaborator Author

@mvaligursky Thank you for testing, I just figured it only happens when running the Examples Browser via npm run serve for me... very strange, not sure what causes the difference yet 🔍

I can't even force it via gfxOptions.antialias = true in npm run serve mode

@kungfooman
Copy link
Collaborator Author

Okay, I had npm run serve running in WebGL1 mode and because of Port 80 vs 5000 it was using different localStorage sessions... 🙈

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

No branches or pull requests

2 participants