lighttransport / nanort

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

collision detection #84

Closed KevinWang-kk closed 1 month ago

KevinWang-kk commented 1 month ago

This library looks very good. Besides being used for ray tracing, can it also be used for collision detection? such as detecting objects intersecting with the specified object? If this is possible, please provide an example. Thank you.