I wanted to know if you could tell me if it is possible to define other bounding volumes for optix ray tracing programs.
Instead of using a cuboid aabb could I define a sphere or another other shape?
I wanted to see if it is possible to test what is mentioned in this post but in optix?
https://medium.com/@bromanz/axis-aligned-bounding-tetrahedra-and-octahedra-for-ray-tracing-bounding-volume-hierarchies-683751d84bca
For example using a triangle bounding box as mentioned early in the article.