polyscope
polyscope copied to clipboard
A C++ & Python viewer for 3D data like meshes and point clouds
In Parameterization Quantities, the checkboard does not change during angle shift, only the color gets the effect.
Hi, I encountered an issue that seems need some customization to the `shutdown()` function: I have a separate thread initiated and detached before `polyscope::init()` -- a server listening from other...
I have this UI callback to control how a mesh is generated but changing it in the UI doesn't affect the mesh in the viewport. What am I missing? I...
Hey! Thanks for this really neat tool! I'm trying to visualize the level sets of a function over my mesh. I would like the parameters of the function to be...
Hi was wondering how to access the framebuffer in polyscope. Any advice would be helpful thank you.
When I built it, I reported it wrong: Severity Code Description Project File Line Suppression State Error (active) E0308 more than one instance of overloaded function "ImGui::SliderFloat" matches the argument...
I have been doing some experiments to run polyscope in web using emscripten. However, as I was expecting when I started the experiments, it's not possible to run any render...
Oftentimes when I'm debugging/inspecting something real close, it becomes hard to navigate the camera, since any rotation centered on the scene and any rotation will quickly drift the view away...
[cube.off.txt](https://github.com/user-attachments/files/15844363/cube.off.txt) [test_polyscope.py.txt](https://github.com/user-attachments/files/15844366/test_polyscope.py.txt) This script, if installed with polyscope 1.3.1, correctly displays a cube on a grey grid. However, with 2.2.1, the window is blank, though it notes that the structure...
Hi, Does polyscope support subplots? That is, rendering multiple independent scenes, each inside its own frame (but within the same window). Something similar to [this feature](https://pygfx.readthedocs.io/en/stable/_gallery/feature_demo/scene_subplots2.html#sphx-glr-gallery-feature-demo-scene-subplots2-py) of pygfx. If there...