rob-rb

Results 5 issues of rob-rb

Thanks a lot for this great package. It seems that in 0.13.x the keyup event in windows is broken. If had as well non-english names of special keys. Reinstall while...

Hi Nico I learned to extract sub-meshes here a small problem which still leads to non-manifold edges. ```` points=[[-59.930511474609375, -16.41863441467285, 72.35279083251953], [-59.930511474609375, -16.431669235229492, 72.3821029663086], [-58.85724639892578, -15.331669807434082, 72.35279083251953], [-58.83051300048828, -15.331669807434082, 72.46239471435547],...

Dear Nico, I want to write some curvature measure on interior edges. For my mesh I have the following situation: edges = mesh.edges["points"] print(edges.shape) (229941, 2) print(mesh.is_boundary_edge.shape) (230036,) Where is...

Hi Nico, I see that there is already an angles function in Trimesh. So basically there would be a fast method to calculate discrete gaussian curvature in the sense of...

Great library! I love it. The following code shows how memory is consumed. you need to pip install psutil first. `from manifold3d import * import random def get_boolean_difference(n): sph =...