Page History
This page provides information on the Options tab of the V-Ray Renderer parameters.
Overview
...
The Options tab globally control some geometry, lighting, material, and texture aspects of the rendering. For example, these options can be used to disable all shadows in your scene, or to use probabilistic light sampling to speed up test renders.
UI Path
...
UI Path:
||Parameters tab|| > Options tab
(with the V-Ray Renderer node selected)
Geometry
...
Displacement – Enables or disables V-Ray displacement mapping.
Lights
...
Default Lights – Enables the usage of the default lights when there are no light objects in the scene or when you have disabled lighting globally with the Use Lights parameter.
...
Number of Lights – Number of lights from the scene that are evaluated by V-Ray when the Light evaluation parameter is to either Adaptive or Uniform Probabilistic. To achieve a positive effect from probabilistic light sampling, this value must be lower than the actual number of lights in the scene. Lower values make the rendering go faster, but the result is potentially more noisy. Higher values cause more lights to be computed at each hit point, thus producing less noise but increasing render times. For more information, see the Probabilistic Lights example below.
Materials
...
Reflection / Refraction – Enables (default) or disables the calculation of reflections and refractions in V-Ray maps and materials.
...
Transparency Cutoff – Determines when tracing of transparent objects will be stopped. If the accumulated transparency of a ray is below this threshold, no further tracing will be performed.
Textures
...
Maps – E nables (default) or disables texture maps. This option is useful for troubleshooting renderings, for example for determining the extent to which texture maps are contributing to noise or other rendering artifacts.
...
Uninverted Normal Bump – When enabled, the normal bump in tangent space will not be inverted on flipped UVs.
Volumetrics
...
Probabilistic Volumetrics – If enabled, the volumetrics will select a few samples along each ray based on the smoke density, and evaluate the volume lighting at those points. If disabled, the volumetrics will evaluate the lighting at each step of the raymarching algorithm. The probabilistic mode is particularly useful when using the progressive sampler in V-Ray, as well as when using complex lighting on the volume. This mode only applies to the Volumetric Grid (VRayVolumeGrid) currently.
...
Num. GI Samples – The number of probabilistic samples to use for GI rays. The number of samples depends on whether the volumetric has emissive component. Brighter emission requires more samples, while pure smoke can work with fewer.
Rendering
...
Abort Rendering On Missing Asset – When enabled, the scene will not render if an asset fails to load.
...
GI Texture Filtering Multiplier – Controls the filtering of all the textures in the scene when Global Illumination is calculated. Greater values make textures blurrier while smaller values make them sharper.
Raycaster
...
Use Embree – Enables the Intel® Embree raycaster. For more information, please see the Use Embree example below.
...
UI Text Box | ||
---|---|---|
| ||
Note that the Embree raycaster derives its speed partly from the usage of single-precision floating point numbers, whereas the standard V-Ray raycaster selectively uses double precision. This lower precision of Embree might sometimes result in artifacts in scenes with very large extents. |
Units
...
Override Meters Scale –
Override Photometric Scale –
...
Anchor | ||||
---|---|---|---|---|
|
...
Example: Secondary Rays Bias
This example shows the effect of the Secondary rays bias parameter. The scene below has a box object with a height of 0.0, which the top and bottom of the box occupy exactly the same region in space. Due to this, V-Ray cannot resolve unambiguously intersections of rays with these surfaces.
...
Anchor | ||||
---|---|---|---|---|
|
...
Example: Probabilistic Lights
Below is an example rendering of a scene with 1089 sphere lights with the Cutoff threshold set to 0.0. Both images were rendered with the Progressive image sampler and ran for the same amount of time. When probabilistic lights are enabled, the image is much cleaner as V-Ray manages to compute more GI rays (which are the main source of noise in this scene).
...
Section | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Anchor | ||||
---|---|---|---|---|
|
Example: Use Embree
The Embree raycaster process dynamically builds algorithms that best match the instruction set of the CPU, thus speeding up the raycasting process overall. Currently in V-Ray, the Embree process accelerates only the calculation of rays for static geometry (as opposed to dynamic or render-time geometry).
...