Hi I built a three js webpage https://about-thennarasu.netlify.app . I set a loading screen to show when the 3D models are being loaded. But even after the models are loaded, they take some time to render. Is there any way I can show a loading screen till all my loaded models are rendered. I couldn’t find a proper solution for this. Please help me if you have found any.
Thanks.
I didn’t notice any significant delay when opening the site.
However, if you use this procedure:
Try using one renderer.render
in advance:
I’m not sure whether it will work, but at least it is easy to try.
2 Likes
Thanks, I will try this approach