lighttransport / nanort

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

Want to use nanort in GPU #68

Closed stevechaw closed 3 years ago

stevechaw commented 3 years ago

Hi there, I'm very new here. I want to use nanort in CUDA, should I rewrite the data structure in CUDA way? Any help will be appreciated!

syoyo commented 3 years ago

Basically no if you want to do BVH traversal on CUDA. Contributing CUDA example is always welcome!