mikedh / trimesh

Python library for loading and using triangular meshes.

Home Page:https://trimesh.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for embree 4

alisoufali opened this issue · comments

I have a python based project in which we use embree package as a backend for ray tracing with trimesh. Its been a while since Intel has released their stable versions of the embree 4 package. I tried to get it working with the trimesh and embreex packages but I wasn't successful.

I wanted to ask you to add this feature to the library since it performs really fast on CPUs.

Hey, I've had pretty good performance with Embree 2.X on trimesh/embreex, although yeah it would be nice to update at some point. If someone wants to finish this PR it would be much appreciated! I don't currently have the cycles to work on it however. I'm going to close this issue in favor of issues on embreex or pyembree.