RTX - Common#
Geometry#
Misc#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Normal & Tangent Space Generation Mode |
|
|
|
Mode selection for vertex Normals and Tangents generation.
- Auto (0): Selects the mode depending on available data and data update pattern.
- CPU (1): Uses mikktspace to generate tangent basis on the CPU.
- GPU (2): Allows normal and tangent basis update on the GPU to avoid the CPU overhead, such as for deforming meshes.
- Force GPU (3): Forces GPU in any circumstances.
|
Back Face Culling |
|
|
|
Enables back face culling for ‘Single Sided’ primitives. This applies to UsdGeom prims set to ‘Single Sided’ since the Double Sided flag is ignored. |
USD ST Main Texcoord as Default UV Set |
|
|
|
If enabled, ST is considered to be the default UV set name. |
Hide Geometry That Uses Opacity (debug) |
|
|
|
Allows hiding all objects which have opacity enabled in their material. |
Instance Selection |
|
|
|
Enables the picking of instances. |
Renderer-internal Meters Per Unit |
|
|
|
Number of units per meter used by the renderer relative to the scene scale. Some materials depend on scene scale, such as subsurface scattering and volumetric shading. |
Ray Offset |
|
|
|
Offset used to prevent ray-triangle self intersections. |
Points Default Width |
|
|
|
Uses this value if width is not specified in UsdGeomPoints. |
Wireframe#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
World Space Thickness |
|
|
|
Interprets the wireframe thickness value in world space instead of screen space. |
Thickness |
|
|
|
Wireframe thickness in wireframe mode. |
Subdivision#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Global Refinement Level |
|
|
|
The refinement level for all primitives with Subdivision Schema not set to None. Each increment increases the mesh triangle count by a factor of 4. |
Subdivision Feature-adaptive Refinement |
|
|
|
Feature-adaptive refinement automatically increases or reduces refinement level based on geometric features. This reduces the number of polygons used in flat areas for example. |
Curves#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Global Number of BVH Splits |
|
|
|
Higher number of splits results in faster rendering but longer BVH build time. The speed up depends on the geometry: long and thin curve segments tend to benefit from more splits. Memory used by the BVH grows linearly with the number of splits. |
Materials#
MDL#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Translucency as Opacity |
|
|
|
When enabled, the translucent material will be converted into opacity blending based surface. |
Animation Time Override |
|
|
|
Overrides the time value provided to MDL materials. |
Animation Time Use Wallclock |
|
|
|
Use actual elapsed time for animation instead of simulated time. |
MDL Displacement |
|
|
|
Enable MDL material displacement. Enabling it can negatively impact stage load time when there are many materials with displacement support (like OmniSurface) in a stage. Requires stage reload to take effect. |
Lighting#
Light Visibility#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Show Area Lights in Primary Rays |
|
|
|
Defines if area lights are visible or invisible in primary rays.
- Per-Light Enable (0): The light’s value is used.
- Force Enable (1): True for all lights regardless of their value.
- Force Disable (2): False for all lights regardless of their value.
|
Invisible Lights Refractions Roughness Threshold |
|
|
|
Defines the roughness threshold below which lights invisible in primary rays are also invisible in refractions. |
Invisible Lights Reflections Roughness Threshold |
|
|
|
Defines the roughness threshold below which lights invisible in primary rays are also invisible in reflections. |
Use First Distant Light & First Dome Light Only |
|
|
|
Disable all lights except the first distant light and first dome light. |
Shadow Bias |
|
|
|
Offset applied for shadow ray origin along the surface normal. Reduces self-shadowing artifacts. |
Dome Light#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Lighting Mode |
|
|
|
Select how to sample the Dome Light.
- Image-Based Lighting (0): Most accurate even for high-frequency Dome Light textures. Can introduce sampling artifacts in real-time mode.
- Approximated Image-Based Lighting (4): Fast and artifacts-free sampling in real-time mode but only works well with a low-frequency texture, for example a sky with no sun disc where the sun is instead a separate Distant Light. Requires enabling Direct Lighting denoiser.
- Limited Image-Based Lighting (3): Only sampled for reflection and refraction. Fastest, but least accurate. Good for cases where the Dome Light contributes less than other light sources.
|
Baking Resolution |
|
|
|
The baking resolution of the Dome Light texture when an MDL material is used as its image source. |
Simple Fog#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Simple Fog |
|
|
|
Enables the use of a simple and fast exponential fog approximation which only models some absorption, no light scattering. |
Color |
|
|
|
The color or tint of the fog volume. |
Intensity |
|
|
|
The intensity of the fog effect. |
Height-based Fog - Use +Z Axis |
|
|
|
Use positive Z axis for height-based fog. Otherwise use the positive Y axis. |
Height-based Fog - Plane Height |
|
|
|
The starting height (in meters) for height-based fog. |
Height Density |
|
|
|
Density of the height-based fog. Higher values result in thicker fog. |
Height Falloff |
|
|
|
Rate at which the height-based fog falls off. |
Start Distance to Camera |
|
|
|
Distance from the camera at which the fog begins. |
End Distance to Camera |
|
|
|
Distance from the camera at which the fog achieves maximum density. |
Distance Density |
|
|
|
The fog density at the End Distance. |
Global Volumetric Effects#
The global volumetric effects use a three-dimensional “voxel grid”, a camera aligned frustum divided into several depth slices parallel to the camera plane along the camera direction. These depth slices are themselves subdivided into a number of frustum shaped voxels along the width and height of the slice (the amount of voxels is controlled by the “Pixel Density”).
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Fog Height |
|
|
|
Height in world units (centimeters) at which the medium ends. Useful for atmospheres with distant lights or dome lights. |
Fog Height Falloff |
|
|
|
Exponential decay of the fog above the Fog Height. |
Maximum Inscattering Distance |
|
|
|
Maximum depth in world units (centimeters) the voxel grid is allocated to. If set to 10,000 with 10 depth slices, each slice will span 1,000 units (assuming a slice distribution exponent of 1). Ideally this should be kept as low as possible without causing artifacts to make the most of the fixed number of depth slices. |
Density Multiplier |
|
|
|
Scales the fog density. |
Transmittance Measurement Distance |
|
|
|
Controls how far light can travel through fog. Lower values yield thicker fog. |
Transmittance Color |
|
|
|
Assuming a white light, it represents its tint after traveling a number of units through the volume as specified in Transmittance Measurement Distance. |
Single Scattering Albedo |
|
|
|
The ratio of scattered-light to attenuated-light for an interaction with the volume. Values closer to 1 indicate high scattering. |
Anisotropy Factor (g) |
|
|
|
Anisotropy of the volumetric phase function, or the degree of light scattering asymmetry. -1 is back-scattered, 0 is isotropic, 1 is forward-scattered. |
Apply Density Noise |
|
|
|
Enables modulating the density with a noise. Enabling this option can reduce performance. |
|
|
|
|
A scale multiplier for the noise. Smaller values produce more sparse noise. |
|
|
|
|
The X/Y/Z vector for the noise shift when animated. |
|
|
|
|
A range to map the noise values of each noise octave. Typically these should be 0 and 1, but to make sparse points in the noise less sparse a higher min can be used, or a lower max for dense points to be less dense. |
|
|
|
|
A higher octave count results in greater noise detail, at the cost of performance. |
Flow#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Flow |
|
|
|
Enables simulation and rendering of Flow volumes. |
Flow in Real-Time Ray Traced Shadows |
|
|
|
Flow volumes in ray-traced shadows in real-time mode. |
Flow in Real-Time Ray Traced Reflections |
|
|
|
Flow volumes in ray-traced reflections in real-time mode. |
Flow in Real-Time Ray Traced Translucency |
|
|
|
Flow volumes in ray-traced translucency in real-time mode. |
Flow in Path-Traced Mode |
|
|
|
Flow volumes in Path-Traced mode. |
Flow in Path-Traced Mode Shadows |
|
|
|
Flow volumes in shadows cast by light primitives in Path-Traced mode. |
Composite with Flow Library renderer |
|
|
|
Use Flow’s built-in renderer and composite the results instead of ray tracing through Flow volumes in the RTX renderer. |
Use Flow Library Self Shadowing |
|
|
|
Enable the casting of shadows by the volume on to itself when using Flow’s built-in renderer. |
Max Blocks |
|
|
|
Maximum number of Flow volume blocks. To keep rendering performance high and memory consumption low, this number needs to be kept as small as possible, while also high enough to contain the entire volume. |
GPU Resources Management#
The texture and geometry streaming system optimizes the use of GPU memory by dynamically loading the most relevant texture mips and geometry relative to the view and available memory.
Optionally, enabling Auto Generation of LODs (level-of-detail) enables generating, caching, and loading lower resolution representations of the geometry when necessary to help fit within the memory constraints, which can also improve performance.
Additionally, while the RTX renderer is able to render millions of instances, a high instance count can negatively impact performance. The streaming system allows reducing the maximum instance count while selecting the most relevant subset of loaded instances to render.
The different streaming components are balanced against each other to maintain an optimal distribution of memory for high-quality rendering in real-time, even with large datasets.
How to Enable Geometry Streaming#
Currently geometry streaming is disabled by default. There are two ways to enable it:
By toggling “Enable Geometry Streaming” in the Preferences panel’s rendering section under the “RTX Geometry Streaming” section. Note that restarting the app is necessary for the setting change to take effect.
At the application startup, by adding the following commands:
--enable omni.ujitso.client
--/UJITSO/enabled=true
--/UJITSO/geometry=true
Limitations#
Some types of geometries are not yet supported for geometry streaming and will fall back to the uncached processing and loading.
These are:
Skeletal meshes
Points
Volumes
Dynamic meshes
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Texture Streaming Budget Priority |
|
|
|
Sets the priority at which GPU memory is assigned to texture streaming over other memory requests like geometry streaming. |
Geometry Streaming Budget Priority |
|
|
|
Sets the priority at which GPU memory is assigned to texture streaming over other memory requests like texture streaming. |
Instance Streaming Budget |
|
|
|
The most relevant instances among all instances in memory are rendered, up to this instance budget count. A high instance count can result in slow top-level acceleration structure (TLAS) construction time, performance sub-optimal for real-time rendering. |
Auto Generation of LODs |
|
|
|
Enables auto generating LODs when processing geometry. |
|
|
|
|
Reduction factor per LOD level. |
|
|
|
|
Vertex count at which to stop at generating LODs. |
|
|
|
|
Vertex count at which to use cpu parallel decimator. |
View#
Various render targets are available to be previewed in the viewport. Some are useful to identify potential areas of optimization, and may offer specific viewing settings such as to remap the values to a heat map representation for convenience.
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Render Target |
|
|
|
A list of all render passes which can be visualized. |
Output Value Scaling |
|
|
|
Scales the output value by this factor. Useful to accentuate differences. |
RTX - Interactive (Path-Tracing) Views#
Display Name |
Description |
---|---|
PT Adaptive Sampling Error |
Allows visualizing the normalized standard deviation of the Monte Carlo estimator of the pixels: warm colors represent high variance, which indicate that additional samples would lead to improved convergence for those pixels. |
PT Denoised Result |
Final render output, after denoising. |
PT Noisy Result |
Final render output, before denoising. |
PT AOV Background |
Shading of the background, such as the background resulting from rendering a Dome Light. |
PT AOV Diffuse Filter |
The raw color of the diffuse texture. |
PT AOV Direct Illumination |
Shading from direct paths to light sources. |
PT AOV Global Illumination |
Diffuse shading from indirect paths to light sources. |
PT AOV Illuminance |
The amount of light falling onto (illuminating) and spreading over a given surface area. |
|
The value at the last clicked position. |
|
Displays the aov as a heatmap. |
|
Automatically scales the min and max values for the heatmap. |
|
Minimum range value for the heatmap. |
|
Maximum range value for the heatmap. |
|
Enables displaying the heatmap legend. |
PT AOV Luminance |
The intensity of light emitted from a surface per unit area in a given direction. |
|
The value at the last clicked position. |
|
Displays the aov as a heatmap. |
|
Automatically scales the min and max values for the heatmap. |
|
Minimum range value for the heatmap. |
|
Maximum range value for the heatmap. |
|
Enables displaying the heatmap legend. |
PT AOV Motion Vectors |
Motion vectors. |
PT AOV Reflections |
Shading from indirect reflection paths to light sources. |
PT AOV Reflection Filter |
The raw color of the reflection, before being multiplied for its final intensity. |
PT AOV Refractions |
Shading from refraction paths to light sources. |
PT AOV Refraction Filter |
The raw color of the refraction, before being multiplied for its final intensity. |
PT AOV Self-Illumination |
Shading of the surface’s own emission value. |
PT AOV Subsurface Filter |
The raw color of the subsurface scattering texture. |
PT AOV View Normal |
The surface’s normal in view-space. |
PT AOV Volumes |
Shading from VDB volumes. |
PT AOV World Normal |
The surface’s normal in world-space. |
PT AOV World Position |
The surface’s position in world-space. |
PT AOV Z-Depth |
The surface’s depth relative to the view position. |
See AOV render settings and Multimatte render settings for more details about each AOV and how to enable them for preview.
Performance Heat Map Views#
Heat Maps correlate colors from a color gradient to per-pixel measurements from a rendering pass which is useful for debugging and for profiling. The warmer the color, the higher the value it represents.
Display Name |
Description |
---|---|
Timing Heat Map |
Measures the amount of frame time spent on a pixel. |
Any Hit Heat Map |
Any Hit shaders are invoked when ray intersections are not opaque, which can incur a high performance cost. This heat map counts how many Any Hit shaders were invoked in a pixel for the selected pass. It is often used to find materials that have unwarranted use of translucency. |
Intersection Heat Map |
Custom Intersection shaders are invoked when rays intersect with curves. This heat map counts how many custom Intersection shaders were invoked in a pixel for the selected pass. |
Pass |
Selects a pass to measure. |
Maximum Time (microseconds) / Any Hit / Intersection |
The color palette is remaped between 0 and the maximum value. |
Color Palette |
Different color palettes can be selected for viewing convenience. |
Show Color Bar |
Toggles the display of the Color Bar in the viewport. |
Debug#
Streaming Settings#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Texture Streaming (toggling requires scene reload) |
|
|
|
Enables texture streaming which allows to load textures at a resolution which meets the view’s needs. This reduces memory usage and load times. Toggling the setting requires reloading the scene for it to be applied. |
Texture Streaming Budget (% of GPU memory) |
|
|
|
Limits memory budget used for texture streaming. |
Texture Streaming Budget Per Request (in MB) |
|
|
|
Maximum budget per streaming request. 0 = unlimited but could lead to stalling during streaming. High or unlimited budget could lead to stalling during streaming. |
Geometry Per Request (in MB) |
|
|
|
Maximum budget per streaming request. 0 = unlimited but could lead to stalling during streaming. High or unlimited budget could lead to stalling during streaming. |
Materials#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Disable Material Loading |
|
|
|
Scenes will be loaded without materials. This can lower scene loading time. |
Texture Compression Settings#
Display Name |
Setting Name |
Value Type |
Default Value |
Description |
---|---|---|---|---|
Texture Compression Quality |
|
|
|
Fastest: 0, Normal: 1, Production: 2, Highest: 3 |
Compression Size Threshold |
|
|
|
Textures smaller than this size won’t be compressed. 0 disables compression. |
Max Resolution |
|
|
|
Textures larger than this will be downsampled to this resolution. 7 = 64, 8 = 128, 9 = 256, 10 = 512, 11 = 1024, 12 = 2048, 13 = 4096, 14 = 8192, 15 = 16384, 16 = 32768 |
Normal Map Mip-Map Generation (toggling requires scene reload) |
|
|
|
Enables mip-map generation for normal maps to reduce memory usage at the expense of quality. Toggling the setting requires reloading the scene for it to be applied. |
Normal Map Roughness generation (toggling requires scene reload) |
|
|
|
Enables roughness generation for normal maps for improved specular reflection with mip mapping enabled. |