mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sumanttyagi opened this issue · comments

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 .

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.

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