polyscope
polyscope copied to clipboard
A C++ & Python viewer for 3D data like meshes and point clouds
I like the mesh rendering of polyscope very much. Do I have any way to embed it into the window of pyqt? thanks
Hey, there I am wondering: is there the option to get the camera position and direction somehow. I mean so one could for instance change the color of an object...
Could implement lots of primitives beyond just slice "planes". The shader system is set up to support this, but some boilerplate setup and GUI/API decisions are needed. Other primitives: -...
If you create a callback function, register it, and then `show()` in the usual fashion, on the first main loop iteration the callback will be invoked before the view data...
Polyscope is an easy-to-use program. I try to customize the UI using the python version, but the Chinese characters can't be displayed. The display is '?' Is there any way...
Dear Sir, Do we have any way to add dimension bounding box (line with text) on the outside of the model?
Hi thanks for the great work; it's been very helpful. Is there a way to control the camera intrinsics / fov from the script? I want to use it to...
I know that I can set the camera view lookat, but then I have to figure out the center position etc. etc. I like that the home view is data...
polyscope.imgui.IsKeyPressed() exists but doesn't return as expected. It would be really super useful to figure out the bindings to make this work in order have a polyscope application be able...