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

Pixelated rendering results #87

Open
hannojg opened this issue Apr 2, 2024 · 3 comments
Open

Pixelated rendering results #87

hannojg opened this issue Apr 2, 2024 · 3 comments
Labels
🤖 Android bug Something isn't working

Comments

@hannojg
Copy link
Member

hannojg commented Apr 2, 2024

Mostly described on Android Pixel 7 devices

Screenshot_20240401-132342

Screenshot_20240331-190602

@hannojg hannojg added bug Something isn't working 🤖 Android labels Apr 2, 2024
@hannojg
Copy link
Member Author

hannojg commented Apr 20, 2024

I was able to reproduce the issue by using "Vulkan" backend on an Samsung Galaxy S21.

@hannojg
Copy link
Member Author

hannojg commented Apr 24, 2024

Issue is reproducible on a pixel device in filament Samples:

@hannojg
Copy link
Member Author

hannojg commented Jul 17, 2024

Note: this can be worked around by enabling taa options (you can activate it but actually make it not compute anything):

const taaOptions: TemporalAntiAliasingOptions = {
	enabled: true,
	feedback: 1.0, // no TAA
	filterHistory: false,
	filterInput: false,
	boxClipping: 'NONE',
	jitterPattern: 'RGSS_X4', // cheapest one
	historyReprojection: false,
}

<FilamentScene temporalAntiAliasingOptions={taaOptions}>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 Android bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant