yzslab / gaussian-splatting-lightning

A 3D Gaussian Splatting framework with various derived algorithms and an interactive web viewer
Other
457 stars 38 forks source link

viewer problem #34

Closed Yuhuoo closed 3 months ago

Yuhuoo commented 3 months ago

How to slow down the camera movement when using viewer?

yzslab commented 3 months ago

It can not be changed directly currently. You need to clone the viser, and change the 0.002, which represent the speed of the camera, to the value you want here: src/viser/client/src/CameraControls.tsx#L142-L159. Then install your local modified version.