-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] HTML export does not correctly keep viewport #358
Comments
I've noticed that the browser sometimes caches old versions of the html file. Can you please try clearing the browser cache and then loading the html again? |
I cleared browser data using
and I'm still getting the same results |
I've tried both on my linux machine, and on my MacBook. Exporting on either |
Oh damn I know what the issue is. (Sorry just got a chance to look). We set the camera's front and back clipping plane to cover the whole scene's extents and in this case it means the front clipping plane is too large. You can edit the .html file and set line 203 and 204 something like:
Sorry about this, it's actually come up once before and I just forgot to submit a fix. |
Looks like that fixed it! Ill leave this issue for now until there's a more permanent fix |
Here's a video showing what I mean.
supersplat-regression-2024-12-21_11.14.12.mp4
Here is the original splat + HTML viewer files
https://huggingface.co/datasets/pablovela5620/supersplat-regression/blob/main/splat-viewer.html
The text was updated successfully, but these errors were encountered: