lighttransport / nanort

NanoRT, single header only modern ray tracing kernel.
MIT License
1.07k stars 89 forks source link

Added example with embree3 #37

Closed Gjacquenot closed 6 years ago

Gjacquenot commented 6 years ago

Based on embrue-api directory, this PR adds an example that uses embree3 for intersections.

I have tried to convert nanort-embree.cc to nanort-embree3.cc, but encounters several crashes. As it is not necessary to compile the example, I have not committed it.

I have tested successfully openmp functionality.

syoyo commented 6 years ago

Awesome! Merged!