NVIDIA OMM (Opacity Micro-Map) SDK 1.0.0

Started by JeGX, March 21, 2023, 06:45:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

QuoteOpacity Micro-Maps (OMMs) are used to accelerate raytracing of high detail geometry by efficiently encoding the opacity states of micro-triangles and micro meshes. This technology encodes the opacity of micro-triangles and makes it possible to trace rays, at high performance, extremely detailed scene elements such as vegetation and foliage. Traditionally high detail opacity information is constructed via alpha textures, however, for raytracing this normally involves costly alpha evaluation in shaders to generate the desired result. Opacity Micro-Maps is a solution that can either remove the need for shader invocations entirely (by approximating the original geometry), or drastically reduce the number required of shader invocations without any loss in quality. OMMs will generally be an accelerator for applications that have traditional alpha testing or alpha blending as part of the raytracing workloads.

Opacity Micro-Maps is supported for raytracing in D3D12 (via NvAPI), VK and NVIDIA OptiX.


Links:
- OMM SDK @ github
- Getting Started with OMM SDK

"NVIDIA Opacity Micro-Map SDK demo"