Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mesh.compute_aabb_tree.intersection_indices() gives 'spatialsearch' has no attribute 'aabbtree_intersections_indices' error #92

Open
AntiLibrary5 opened this issue Jun 6, 2023 · 0 comments

Comments

@AntiLibrary5
Copy link

AntiLibrary5 commented Jun 6, 2023

https://github.com/MPI-IS/mesh/blob/49e70425cf373ec5269917012bda2944215c5ccd/mesh/search.py#LL39C1-L39C1

from psbody.mesh import Mesh
mesh = Mesh(v=verts, f=faces)
tree = mesh.compute_aabb_tree()
everything = tree.intersections_indices(plane_mesh.v, plane_mesh.f)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant