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

I was unable to locate information on how to select a file in the documentation. Could you please assist by providing a file dialog interface in Python? I found a...

The current documentation for tangent vector fields says they should be specified using the methods `setVertexTangentBasisX` and `addVertexIntrinsicVectorQuantity`. See for instance the example on this page: https://polyscope.run/structures/surface_mesh/vector_quantities/#tangent-vectors However, these methods...

So I tried the following on my PC (W11, Visual Studio 2022) and on my workplace's (W10, Visual Studio 2017) When I cloned the [dgg-exercises repo](https://github.com/GeometryCollective/ddg-exercises) from scratch and built...

This is a feature request to save what is rendered onscreen as a glTF file. This would allow viewing on the web or importing into Blender.

Hello Polyscope maintainers and community, I'm using Polyscope to visualize point cloud data within a GUI application. Currently, Polyscope encapsulates its own window and event loop and doesn't provide an...

I'm working mainly off the Python version but have been wanting UI customizations and so have been making changes to the C++ side and rebuilding the wheel. One of the...

Hi! I am using polyscope in python on my intel Mac. When I read [this](https://github.com/nmwsharp/polyscope/files/11952389/bunny_oded.obj.zip) mesh and choose the "backface shading -> custom" option, all faces assume the "inverted" color,...

Add quantities that track a subset of vertices/faces/points on a structure. Allow the user to interactively update the selection, and add a function to query the current selection. This sliiiiightly...

enhancement

Polyscope's python bindings seem to interact strangely when matplotlib is also used. Here's a simple reproducing example: ```python import numpy as np import polyscope as ps import matplotlib.pyplot as plt...