polyscope
polyscope copied to clipboard
A C++ & Python viewer for 3D data like meshes and point clouds
I encountered the problem described in #102 since I did not read the documentation carefully and I think that a warning should be shown when values are clamped, otherwise the...
- Hide window. - Clear `contextStack`. - Reset cached `lazy` properties. Had to convert from namespace to struct to allow default initialisation reset. - Set `state::initialized = false`.
For register_surface_mesh, vertices without a face aren't shown. For register_curve_network, nodes without an edge are shown. Would it be possible for curved networks to show only the ones with an...
I was wondering if and how I could update the mesh connectivity in polyscope instead of having to create a new surface mesh. I'm trying to implement progressive meshes and...
While debugging scalar quantities, I find myself often overlooking NaN values, because as it stands, they (seem to) get mapped to zero. It'd be nice if we could specify the...
My question is related to #271. Previously (e.g., v1.3.0) using `SurfaceGraphQuantity` it was possible to visualize for example selected vertices or edges. Is there another way of doing this in...
Not sure if anyone else has found this or if I am doing this wrong but I have found that when loading a mesh in with geometry central and then...
Hi! I’m using Polyscope for visualization and was wondering: Do you think Polyscope could support a “realistic flame”-style volumetric lighting effect with relatively small modifications (e.g., raymarching / volume shading),...
I am new to polyscope and per my initial evaluation, it looks really great for use as a 3d visualization tool in my projects. However, I am heavily invested in...