You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very new to react-three-fiber and three.js. I don't have total concepts of the whole library and I am making a 3d application by looking up examples and documentation.
And in my Home component, I have around 1000 images on my local Frontend application, and I am mapping my Mesh component for each of the image. The image is being textured onto the Mesh component.
Why does my application gets stuck for about 10-20 seconds whenever I do something in my application eg if I click on one image mesh, it get stuck and does processing for about 10 20 seconds and then displays my required output.
As I said, I am very new to react-three-fiber and three.js, Am I doing something wrong? This is the idea that I am trying to achieve. https://explore.diffusionarchitecture.com/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am very new to react-three-fiber and three.js. I don't have total concepts of the whole library and I am making a 3d application by looking up examples and documentation.
So basically I have a mesh component:
And in my Home component, I have around 1000 images on my local Frontend application, and I am mapping my Mesh component for each of the image. The image is being textured onto the Mesh component.
Why does my application gets stuck for about 10-20 seconds whenever I do something in my application eg if I click on one image mesh, it get stuck and does processing for about 10 20 seconds and then displays my required output.
As I said, I am very new to react-three-fiber and three.js, Am I doing something wrong? This is the idea that I am trying to achieve. https://explore.diffusionarchitecture.com/
Sorry that I cannot share the full code.
Beta Was this translation helpful? Give feedback.
All reactions