Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameters

...

Section
Column
width55%60%

Engine – Switches between the CPU, CUDA(GPU), and RTX(GPU) rendering engine.

The devices used by the GPU engine to perform the raytracing calculations, can be specified via the arrow on the right .

UI Text Box
typenote

If V-Ray GPU cannot find a supported CUDA device on the system, it silently falls back to CPU code.

If V-Ray GPU cannot find a supported RTX device on the system, the process stops.

The Computer CPU is also listed as "C++/CPU" in the CUDA device list and can participate in rendering (Hybrid rendering). For more information, see the Hybrid Rendering section below.

Sampler – Selects the image sampler type. For more information on how the Sampler works, see the Sampler page. 

Progressive – This is the default image sampler set in V-Ray for Revit. It renders the entire image progressively in passes.

Bucket – This sampler takes a variable number of samples per pixel based on the difference in intensity between the pixel and its neighbors.

Post-effects Rate – Controls the regularity of post-effects updates, such as Denoiser, Lens Effects and Lighting Analysis, during progressive rendering. Larger values cause the effects to be updated more often, whereas a value of 0 applies the effects after the render process is finished. Values between 5 and 10 are usually sufficient. 

Column
width5%

 

Column
width40%35%

Image Modified

 

Global Illumination

...

Section
Column
width55%60%

Global Illumination allows for selecting a primary and secondary GI engine.

There are several ways to combine primary and secondary GI engines in V-Ray for Revit.

1. Brute Force + Brute Force 
2. Brute Force + Light Cache 
3. Irradiance Map + Light Cache 
4. Irradiance Map + Brute Force 

GI Depth – Specifies the number of light bounces that will be computed. GI Depth will also be used to calculate Interactive rendering GI Depth.

Ambient Occlusion – Enables or disables ambient occlusion. The multiplier controls the amount of ambient occlusion. A value of 0.0 produces no ambient occlusion, whereas higher values make the ambient occlusion effect more prominent.

For more information on Global Illumination, see the Indirect Illumination Reference page. 

Column
width5%

 

Column
width40%35%

Image Modified

 

Interactive Settings

...

Section
Column
width55%60%

Trace Depth – Represents the maximum number of bounces that are computed for reflections and refractions. The individual material reflection/refraction depth settings are still considered, as long as they don't exceed the value specified here.

Ray Bundle Size – Controls the number of rays that are sent to the V-Ray Interactive render servers for processing. When using distributed rendering, the smaller sizes cause more frequent client/server communication with smaller network packets, thus decreasing the speed of the renderer but increasing the interactivity. Note that this number is not the exact amount of rays, but is proportional to it. It is not recommended to increase this value beyond 512.

Rays Per Pixel – The number of rays that are traced for each pixel during one image pass. The greater the value, the smoother the picture from the very beginning of the rendering with GI, but interactivity may be significantly diminished. Increasing this value also reduces the amount of data transferred from the render servers back to client machine.

Undersampling – When set to a value greater than 0, during interactive updates, the image is rendered initially at a lower resolution in order to speed up the preview of the updates. Once you stop updating the model, the image is rendered at its final resolution The optimal value for Undersampling is the default one. 

 

UI Text Box
typeinfo

V-Ray 6 adds support for the Light Cache GI engine in Interactive, which allows using the Auto camera settings, as well as the adaptive lights settings in Interactive, too. 

Column
width5%

 

Column
40%
width35%

Image AddedImage Removed

 

Optimizations

...

Section
Column
width55%60%

Adaptive Lights  – Optimizes the sampling of lights in projects with many lights. 

Adaptive Dome Light – When enabled, optimizes the sampling algorithm for the Dome Light which results in faster rendering. Note that Light Cache has to be selected as a secondary GI engine in order for this optimization to work.

Use Revit Far Clip – When enabled, V-Ray uses the Revit camera Far Clip Offset. 

Use Max Trace Depth in Production – When enabled, the Global Trace Depth is used for all materials. When disabled, the Trace Depth defined by each material is used. When rendering  

Enabled – Overrides globally the reflection and refraction Max Depth of all materials.
Disabled – The Max Depth for each V-Ray Material is used.

UI Text Box
typeinfo
When Rendering in Interactive/CPU,
this setting is ignored and
the
Global
Max Trace Depth value is always used.

Bucket Size – Determines the maximum bucket width in pixels when the Sampler is set to Buckets. 

Column
width5%

 

Column
width40%35%

Image RemovedImage Added



Geometry Tessellation

...

Section
Column
width55%60%

This affects the tessellation of the geometry in each of the quality presets ranging from 0-15. Higher values result in geometry from Revit having more polygons. Lower values decrease render times but result in round geometry appearing to be more jagged in appearance. Values at and close to zero create odd situations such as round columns appearing to only have 4 or so sides.

Column
width5%

 

Column
width40%35%

Image Modified

 

Auto-Save

...

Section
Column
width55%60%

 When Auto-Save is Enabled V-Ray saves automatically completed renderings to a specified location. 

UI Text Box
typenote

All selected render elements are also saved.

UI Text Box
typenote

Auto-Save is required for features that output multiple images to work, such as Batch Rendering and Solar Study. 

File Path – Browse for a folder where completed renderings will be saved.

File Type – Select the file format of the auto-saved images.

Image Options

Alpha – Determines how the Alpha channel is handled. This option is available for the following formats: .png, .tga, .sgi, .exr, .pic, and .tif. 

No Alpha – No Alpha channel is saved. The background is visible even if the output image format supports transparency. 
Include Alpha – The Alpha channel is saved as image Alpha or Transparency depending on the file format. 
Separate Alpha 
– The Alpha channel is saved as a separate file.

Compression Level – Specifies the image compression level for the .png file type.

Bits per Channel – Specifies the amount of data per channel for the .png, .sgi, .exr, and .tif file types. The following options are possible depending on the file type:

8 bits
16 bits

Column
width5%

 

Column
width40%35%

Image Modified

 

Anchor
HybridRendering
HybridRendering
Hybrid Rendering with CPUs and the CUDA Engine

...