How to optimize your 3d react-three-fiber application? #2937
Unanswered
hammadsatti16
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am very new to react-three-fiber and three.js. I have around 2000 images and I am mapping each image as a mesh:
and loading the image as texture onto the mesh:
But my application is now very slow, it take about 30 sec to load and it gets stuck when I do some interaction with the mesh.
Am I doing something wrong or there is something in the library that you have to use to deal with this situation?
Beta Was this translation helpful? Give feedback.
All reactions