If i remove the apply_scale call, embree starts working again. I've also tried to scale the model in Blender, then importing the scaled model and embree works just fine. Setting multiple_hits to True doesn't change the behaviour.
Im using Python 3.12.7, Trimesh 4.5.2, rtree 1.3.0, embree 4.3.3 and embreex 2.17.7.post5.
After importing a mesh and applying a transformation, embree suddenly stops returning any hits. I've made a simple program that replicates the issue.
Which prints the following:
If i remove the apply_scale call, embree starts working again. I've also tried to scale the model in Blender, then importing the scaled model and embree works just fine. Setting multiple_hits to True doesn't change the behaviour.
Im using Python 3.12.7, Trimesh 4.5.2, rtree 1.3.0, embree 4.3.3 and embreex 2.17.7.post5.