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

Flickering of Canvas #14

Open
zanlah opened this issue Jul 5, 2023 · 1 comment
Open

Flickering of Canvas #14

zanlah opened this issue Jul 5, 2023 · 1 comment

Comments

@zanlah
Copy link

zanlah commented Jul 5, 2023

I am experiencing an issue with the Canvas where it randomly flickers.
When I use the Canvas from the @react-three/fiberX library (without web workers), my model (which is 2 MB and has 100k faces) works perfectly fine. However, when I switch to using the Canvas from this library, it inconsistently flickers. I suspect that the complexity of the object may be causing this problem. It seems like the flickering occurs when a frame is dropped (but i can't confirm). Furthermore, the flickering appears to worsen over time, as observed after leaving it unattended for a few hours (the gif). Can you provide any insights or suggestions to help resolve this problem?

2023-07-05 19-10-31

@datxuantran
Copy link

you can try use stats.js to inspect the fps npm install --save stats.js, beside renderer.info could give you more informations

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