Abhishek Madan
Abhishek Madan
Now that DeleteRange is performant, it would be nice to support it in transactions as well. Summary of the essential changes: 1. Finding the last visible RangeDelete tombstone needs to...
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...
It can be worked around without too much trouble but this method can probably be marked as const.
They currently produce BakedGeometry; once the WorkingGeometry interface is improved, we can switch over to it.
These functions call code from libigl that builds a BVH/octree and then uses that for executing the query, which is fine for code that calls these functions infrequently on large...
Adds some documentation for `regular_cube_mesh` to clarify the increment order of the dimensions in `V`.