nmwsharp / polyscope

A C++ & Python viewer for 3D data like meshes and point clouds
https://polyscope.run
MIT License
1.76k stars 190 forks source link

Addjusting the normal #278

Closed Lucascuibu closed 3 months ago

Lucascuibu commented 3 months ago

Hi!

I am trying to use polyscope and geometry central to implement the demo from DGP book. I would like to know that is there a way to adjust the normal of each object? I didin't find such API from the document. Or if possible can you show me which part of the code should I modify?

Thanks