Closed Metcoler closed 8 months ago
When using trimesh.ray.ray_triangle.RayMeshIntersector, I got an error that rtree module doesn't exist. Just a simple pip install fix ... But maybe rtree could be added to library dependencies
Hey, yeah the default install is a minimal numpy-only install, you probably want pip install trimesh[easy] as described in the README
pip install trimesh[easy]
When using trimesh.ray.ray_triangle.RayMeshIntersector, I got an error that rtree module doesn't exist. Just a simple pip install fix ... But maybe rtree could be added to library dependencies