Display progress bar % #3521
-
is there a way to show the grey progress bar percentage after uploading a glb? |
Beta Was this translation helpful? Give feedback.
Answered by
samaneh-kazemi
Jun 13, 2022
Replies: 2 comments
-
Hi, you can override the default progress bar[using slot] and control/set the value to display using javascript. Example of how to use progress bar:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
discodevl
-
You might also be looking for our progress event, if you want to write the number as text: https://modelviewer.dev/docs/index.html#entrydocs-loading-events-progress |
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
Hi, you can override the default progress bar[using slot] and control/set the value to display using javascript.
Example of how to use progress bar: