polyscope
polyscope copied to clipboard
A C++ & Python viewer for 3D data like meshes and point clouds
Currently polyscope.get_selection() in python only returns the face/cell you clicked on. It would be super useful for animation and interaction if we could additionally get just a little more info...
[polyscope] Backend: openGL3_glfw -- Loaded openGL version: 3.3 (Core Profile) Mesa 20.0.8 [polyscope] Polyscope OpenGL Error! Type: Invalid enum GLError() after shader compilation! Program text: // tag ${ GLSL_VERSION }$...
Would you like to add some primitives including sphere/cylinder/capsule/polygons/circle/cone to this excellent project? I want to use them to build chemistry molecule.
Hi, First of all, let me show my thanks for the newly added features, e.g., orthogonal view, the user-defined color of the slice plane, and tet mesh. Polyscope is so...
Currently, for `CurveNetwork`, it seems we can only set the radius to a fixed number for all nodes. And the edge radius is determined automatically. It would be very helpful...
Hi, using py-polyscope on a Windows laptop with a 4k display the default font size is extremely small. Any chance to add some sort of font-size scaling?
There are a couple of PRs that are very little code, but quite useful: https://github.com/nmwsharp/polyscope/pull/107 https://github.com/nmwsharp/polyscope/pull/138 I've tried to figure out what the best way to get a YES/NO on...
I have some UI Everything into the Command UI is a Imgui::Button inside the callback ``` ImGui::InputInt("Radius", &radius); ImGui::SameLine(); // // Button if (ImGui::Button("Max Curvature")) { // get mesh polyscope::registerSurfaceMesh("mesh",...
## About It may not be appropriate to write as an issue of this repository, but I would like to notice the great developers of polyscope. Actually, I'm now working...
Hi, Nice project. Extremely useful for debug purposes in the realms of computational geometry. A short question, is there a plan to support multiple viewports? (i.e. - enable engine to...