polyscope icon indicating copy to clipboard operation
polyscope copied to clipboard

A C++ & Python viewer for 3D data like meshes and point clouds

Results 144 polyscope issues
Sort by recently updated
recently updated
newest added

https://polyscope.run/py/features/callbacks_and_UIs/#creating-custom-uis ``` #If we want to use local variables & assign to them in the UI code below, # we need to mark them as nonlocal. This is because of...

On page https://polyscope.run/py/features/messages/ the code example on last line does not work. Does not print error message to Polyscope window. Python 3.9 and PyCharm 2024.1.1 (Community Edition) ```py # Generating...

I am having trouble getting `screen_coords_to_world_pos` to work with SSAA on: ```python import numpy as np import polyscope as ps import polyscope.imgui as psim pos = np.array([[-1, 0, 0], [1,...

Hi! I tried your library for rendering a point cloud and used parts of your README as an example. The C++ example seemed to be missing an include and a...

Hi! I noticed that this library doesn’t seem to support the 'find_package' command from external projects. So, I took some code from my project and created a simple implementation to...

* Require C++17 * Bump imgui to v.1.91.0

Hi! I was wondering if there's an easy to visualize discrete scalar attributes (e.g. facet coloring/clustering). It seems that scalar quantities are associated a continuous color map (like Viridis), but...

enhancement

I was looking in to how to color a vector quantity on a per-element basis, which basically means adding a ScalarQuantity or ColorQuantity to a VectorQuantity. My first approach to...

Hi, I've run into an issue with the isosurface generation for volume grid scalar quantities. The problem appears to be that the change made to fix the frame transformation for...