Real-Time Path-Tracing#
Real-Time Path-Tracing (RTPT) is the default render mode. It produces high-quality images with accurate global illumination, reflections, and shadows using a cached path-tracing approach optimized for real-time performance.
token omni:rtx:rendermode = "Real-Time Path-Tracing"
Settings#
Sampling and Caching#
USD Attribute |
Type |
Default |
|---|---|---|
Enables caching path-tracing results for improved performance at the cost of some accuracy. |
|
|
Enables the many-light sampling algorithm, which can improve performance in scenes with many lights. |
|
|
Enables direct illumination sampling of geometry with emissive materials. |
|
|
Ray Bounces and Shading#
omni:rtx:rtpt:maxBounces#
Maximum number of ray bounces for any ray type. Higher values give more accurate global illumination, but worse performance.
int | Default: 3
omni:rtx:rtpt:maxSpecularAndTransmissionBounces#
Maximum number of ray bounces for specular and transmission. Affects reflections and refractions through transparent materials like glass.
int | Default: 3
Other Ray Bounce and Shading Settings#
USD Attribute |
Type |
Default |
|---|---|---|
Maximum number of ray bounces for SSS. |
|
|
If enabled, fractional cutout opacity values are treated as a measure of surface ‘presence’, resulting in a translucency effect similar to alpha-blending. |
|
|
Roughness threshold above which a surface is considered rough and rendered with performance-favoring approximations. |
|
|
Roughness threshold above which a surface is considered rough and rendered with performance-favoring approximations. |
|
|
Enables motion vectors for translucent (refractive) objects, which can improve temporal rendering such as denoising but may reduce performance. |
|
|
Firefly Filter#
USD Attribute |
Type |
Default |
|---|---|---|
|
|
|
Clamps the maximum ray intensity for glossy bounces. Can help prevent fireflies, but may result in energy loss. Automatically scaled with exposure. |
|
|
Clamps the maximum ray intensity for diffuse bounces. Can help prevent fireflies, but may result in energy loss. Automatically scaled with exposure. |
|
|
Clamps the maximum ray intensity for emissive contribution after primary bounce. Can help prevent fireflies, but may result in energy loss. Automatically scaled with exposure. |
|
|
Gaussian Splatting#
USD Attribute |
Type |
Default |
|---|---|---|
Use accumulated depth, which gives more stable denoised results at the cost of some performance. |
|
|