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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: