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

How to make sure trimesh use pyembree to conduct ray.intersects_any? #1654

Closed
chenerg opened this issue Aug 10, 2022 · 1 comment
Closed

Comments

@chenerg
Copy link

chenerg commented Aug 10, 2022

I have installed trimesh=3.13.0 and pyembree=0.1.12. My python version is 3.10.5. I load mesh with mesh = trimesh.load(mesh_path, skip_materials=True, process=False, maintain_order=True). However, I found that mesh.ray is trimesh.ray.ray_triangle, how can specify using pyembree to do the ray.intersects_any?

@chenerg
Copy link
Author

chenerg commented Aug 10, 2022

Ok. It seems a duplicate of this issue, and I reinstall python=3.8 and conda install pyembree to fix it.

@chenerg chenerg closed this as completed Aug 10, 2022
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