gv-sh / methlab-3js

0 stars 0 forks source link

Add a loading state/screen #6

Closed Malayvasa closed 11 months ago

Malayvasa commented 11 months ago

In the current pipeline, the hdri loads first, then the character and then the scene. Let's display all of it together once loaded.

gv-sh commented 11 months ago

Comment for self: Implement asynchronous loading for scene initiation.

gv-sh commented 11 months ago

In view of time, I have implemented a time out of 3 seconds which gives adequate time to build the scene in the background. I will map this to reflect actual loading of the scene components.