OptiX
OptiX is a software development kit from NVIDIA designed for building high-performance ray tracing applications. It provides a programmable, GPU-accelerated framework for implementing a complete ray tracing pipeline, including ray generation, intersection, shading, and miss handling. The API is CUDA-based and is intended to run on NVIDIA GPUs, leveraging hardware-accelerated ray tracing features on RTX hardware where available.
The OptiX framework centers on programmable shader programs and an acceleration structure. Developers define programs for
OptiX has been widely adopted in film visual effects, architectural visualization, scientific visualization, and research, as
Key features include programmable ray generation and shading, an efficient acceleration structure with traversal, a shader