Progress event should tell model, environment, and skybox loading states apart #3629
designbyadrian
started this conversation in
Ideas
Replies: 3 comments
-
Just to confirm; does the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @designbyadrian, thanks for reaching out. Can you please share more context and share how you use our API? If you can share a link to your project so we can repro it'd be helpful. And yes, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@samaneh-kazemi Alright, I'll make some kind of example, as currently I'm displaying confidential client models :D |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Description
When setting
src
andenvironment-image
and/orskybox-image
, it doesn't seem to be possible to know when which of these are finished loading.The minor issue is that the progress bar can go backwards when the first of the three is finished, but there's time left for another.
A major issue is that I don't know when I can set cameras and materials when progress is 1.0, because maybe the model isn't done the first time progress is 1.0.
Version
Browser Affected
All
OS
All
Beta Was this translation helpful? Give feedback.
All reactions