polyscope
polyscope copied to clipboard
A C++ & Python viewer for 3D data like meshes and point clouds
We want something like `std::string polyscope::userPickFilename(std::string types);`. Unfortunately, this is very os-dependent, and neither ImGUI nor GLFW already offer it. https://github.com/mlabbe/nativefiledialog looks promising.
I would like to be able to either color only specific elements of a quantity/mesh, or alternatively, to be able to override the colors, but be able to supply individual...
I think the following: https://polyscope.run/structures/surface_mesh/misc_quantities/#surface-graph-quantity is not around anymore? I saw it in the surface_mesh.h of an older version of PolyScope. (Sorry for opening so many issues! PolyScope is great,...
I am trying to access the picking of faces or vertices within a callback function to manipulate their content. However I didn't find any explicit way to do this in...
Count Quantities [are still in the documentation](https://polyscope.run/structures/surface_mesh/count_quantities/), but it appears the code has been removed in commit 6242ba48ee0a86ad01dea2d9e2c1c902cc649a49. Is there a replacement for its functionality, e.g., sparse scalar quantities?
Polyscope is an exceptional library. I intend to utilize it for visualizing a large number of points (>5,000,000). The default sphere mode is excessively slow on my computer, while the...
Update picking logic to use custom indices when picking edges and halfedges. I'm not totally sure if I got all of the `recomputeIfPopulated();` calls correct in `surface_mesh.ipp`: this code works...
When I import a points cloud, I want to know the x, y, z directions like this:  How to implement this in polyscope?