Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the mesh in viser was dark in some places. #185

Open
Ice-Tear opened this issue Mar 11, 2024 · 1 comment
Open

the mesh in viser was dark in some places. #185

Ice-Tear opened this issue Mar 11, 2024 · 1 comment

Comments

@Ice-Tear
Copy link

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:
QQ截图20240311141015
In meshlab:
image
How should I fix this.

@brentyi
Copy link
Collaborator

brentyi commented Mar 11, 2024

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: 8655441

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants