You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: