Loading bar dissappears with 0.4.6 [bug]
Hello,
It seems the loading bar dissappears with version 0.4.6. When I downgrade to 0.4.5, it comes back. Any idea why?
Thank you!
@mkkellogg Hello,
Do you have any idea what the reason could be? I have set showLoadingUI to true, even though it is true by default.
OK, think I found the bug.
this.rootElement = this.renderer.domElement.parentElement || document.body;
was changed into
this.rootElement = this.renderer.domElement || document.body;
when I reversed this in your code, the loading bar appeared again.
Is there a reason for this change from 0.4.5 --> 0.4.6 (which also affects 0.4.7)? Thanks!
Sorry for the late response. I don't think I'm having the same issue, I can see the loading bar just fine on the demo pages (at least on v0.4.7):
What browser and OS are you using?
Hello,
I am using the npm package (not the demo) and I do not have that kind of bar? I have the circle loading bar, showing the percentage, download, processing splats etc…
Using Chrome / Edge on Windows 11 and both have the same issue.
@abrahamezzeddine I think I have a fix in the dev branch, can you see if that works for you?