huggingface / gsplat.js

JavaScript Gaussian Splatting library.
MIT License
1.33k stars 87 forks source link

Windows resizing #35

Closed softyoda closed 9 months ago

softyoda commented 10 months ago

Currently, the hole 3d view get stitched when resizing the canvas windows.

It would be nice if it could update to the user size.

dylanebert commented 10 months ago

Are you calling renderer.setSize() like in the examples?