gaelccc / pyRTX

1 stars 2 forks source link

Test more efficient RTX kernels? #12

Open gaelccc opened 1 year ago

gaelccc commented 1 year ago

It would be good to introduce a few more RTX kernels besides Embree-2 provided by trimesh

A few examples:

NVIDIA optiX: https://github.com/isVoid/PyOptiX/tree/mike-numba-pyramid CGAL: https://github.com/CGAL/cgal-swig-bindings/wiki [CGAL offers also AABB functionalities]

gaelccc commented 1 year ago

Also: The pipeline for using Embree-3 hasn't been tested in a while. Some performance test must be done. If deemed useless, it's better to remove it

steo85it commented 1 year ago

PR #13 solves Embree3 issues and implements CGAL. Not closing since optiX and Embree4 are still missing / have to be tested.