mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting
MIT License
1.09k stars 134 forks source link

how to roam around in a room unable to zoom upto the mark #256

Open sumanttyagi opened 2 weeks ago

sumanttyagi commented 2 weeks ago

how to use three js for indoor scene - as it is getting restricted zoom in certain areas how to i zoom to pass that surface area .

mkkellogg commented 1 week ago

If you are unable to zoom past a certain point, you probably need to pan the camera to a different location with a better vantage point. With a mouse you can do this by dragging the mouse while holding the right mouse button.

mkkellogg commented 10 hours ago

Just checking in, we you able to resolve this issue?