We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mostly described on Android Pixel 7 devices
The text was updated successfully, but these errors were encountered:
I was able to reproduce the issue by using "Vulkan" backend on an Samsung Galaxy S21.
Sorry, something went wrong.
Issue is reproducible on a pixel device in filament Samples:
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}>
No branches or pull requests
Mostly described on Android Pixel 7 devices
The text was updated successfully, but these errors were encountered: