polyscope
polyscope copied to clipboard
A C++ & Python viewer for 3D data like meshes and point clouds
Great project! I use the normal map material extensively but would love to be able to render depth as well. This is not possible by just providing a custom matcap...
Hello, I'm using the Polyscope C++ library in my project,. How can I get the position and orientation of the slicing plane after manually manipulating it using the control widget?...
I am getting the following error upon running the demo-app (on ubuntu 24.04LTS using compiler gcc-13.2.0): ``` : CommandLine Error: Option 'disable-auto-upgrade-debug-info' registered more than once! LLVM ERROR: inconsistency in...
Dear Dr. Sharp, I hope this message finds you well. In my current project, I am working with UV coordinates that exceed the range [0, 1]. To handle this, I...