nerfstudio-project / viser

Web-based 3D visualization + Python
https://viser.studio/latest
Apache License 2.0
689 stars 40 forks source link

I have modified the maxDistance at the end of CameraControl. tsx. How can I make my settings take effect? #243

Open smart4654154 opened 1 month ago

smart4654154 commented 1 month ago

I have modified the maxDistance at the end of CameraControl. tsx. How can I make my settings take effect? I am using viser 0.2.3 thankyou image

brentyi commented 1 month ago

Does this help? https://viser.studio/latest/development/#client-development

smart4654154 commented 1 month ago

Does this help? https://viser.studio/latest/development/#client-development

Thank you very much. This document seems unuseful I have taken the following steps Install nodejs. Install yarn. Install dependencies. cd ~/viser/src/viser/client yarn install cd ~/viser/src/viser/client yarn start I got it

image

I can access a webpage with only coordinate systems, where maxDistance has been updated to 0.5

image

However, when I opened 02_gui.py, maxDistance was not updated and the effect did not change.