viser
viser copied to clipboard
the mesh in viser was dark in some places.
Thanks for the great library.
I loaded a mesh model into viser, but it was dark in some places, which prevented me from seeing the geometric details.
In viser:
In meshlab:
How should I fix this.
Hi, thanks for filing this issue!
Unfortunately lighting control is very limited right now.
Some possible short-term fixes:
- Re-orienting your model could help!
- Something like
server.set_up_direction("+y")can also help; it'll reorient the global scene lights. - You could modify the code directly to add more lights, for example: https://github.com/nerfstudio-project/viser/commit/8655441442a0b0a16f627ad91018948a7a0f7ab7
Closing in favor of #264