GaussianSplats3D icon indicating copy to clipboard operation
GaussianSplats3D copied to clipboard

Loading bar dissappears with 0.4.6 [bug]

Open abrahamezzeddine opened this issue 1 year ago • 5 comments

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!

abrahamezzeddine avatar Jan 22 '25 21:01 abrahamezzeddine

@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.

abrahamezzeddine avatar Feb 10 '25 21:02 abrahamezzeddine

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!

abrahamezzeddine avatar Feb 10 '25 22:02 abrahamezzeddine

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):

Image

What browser and OS are you using?

mkkellogg avatar Feb 12 '25 00:02 mkkellogg

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 avatar Feb 12 '25 09:02 abrahamezzeddine

@abrahamezzeddine I think I have a fix in the dev branch, can you see if that works for you?

mkkellogg avatar Feb 21 '25 16:02 mkkellogg