sampotter / python-embree

Apache License 2.0
20 stars 7 forks source link

[WIP] Support Embree4 #21

Open mikedh opened 1 year ago

mikedh commented 1 year ago

Currently building using embree 4. I applied the changes from embree3 to embree4 guide implemented. They removed the Np (n-ray-query) and 1M functions, and so the test would need to be re-written.

This accidentally got release to PyPi from an old secret in my fork; I removed the token from my repo and yanked the PyPi release.

sampotter commented 1 year ago

Hey @mikedh, I missed this somehow... wasn't even aware that Embree 4 was out since I haven't been working with Embree much recently.

Need any help with this?