You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table of Contents

This page provides information about the V-Ray tab in V-Ray Render Settings.

Overview


 

 

 


Render Engine


V-Ray allows you to use both CPU and GPU hardware for renders through the Render Engine rollout.

When GPU is selected as the Render engine, the following GI engines are supported for calculating secondary bounces: Light Cache and Brute Force. The primary bounces are always calculated with Brute Force.

 

 

V-Ray GPU Engine


When the engine is set to V-Ray GPU, a number of options are exposed in the rollout.

Enable RTX – Enabling this option allows you to use your RTX enabled cards for rendering.

GPU Resize TexturesDetermines how textures' resolution/size are handled to help optimize memory usage. The possible values are:

Full size textures – Textures are loaded at their original size.
Resize all textures – Adjusts the size of high-resolution textures to a smaller resolution to optimize render performance. The GPU engine loads as much texture tiles on the GPU as it can, then swaps the ones that are needed between GPU RAM and CPU RAM.
On-demand mipmapping – Instead of loading all the texture files at their default resolution (original or resized), V-Ray loads the textures as needed and automatically creates mip-map tiles for them (regardless of their texture type). As a result, the GPU memory consumption could be decreased; textures that are not visible are not loaded, and textures that are further away from the camera are loaded with a lower resolution. During the texture-detection process, V-Ray GPU renders slower. Once it detects that all textures are loaded, it switches automatically to the traditional, faster mode, and a message about modes changing displays in the V-Ray log. This option is not available in Interactive Rendering Mode.

GPU Texture SizeWhen GPU Resize textures is enabled, this value specifies the resolution to which the textures are resized.

GPU Texture FormatControls the file format of the material textures used in GPU rendering. You can choose between 8 bit, 16 bit and 32 bit. This does not affect textures used for lights and displacement.

Out of Core –

 

 

 

Image Sampler


Overall image sampling - Raytrace renders, like V-Ray, shoot rays out from the camera to sample what is found in the scene to help determine what color each pixel will be in a rendered image. The settings used to adjust how V-Ray does this, and the relationship between pixels in the render can be found on the Image Sampler (Anti-Aliasing) page.

Blurry effects sampling - While the Image sampler rollout deals with primary rays coming from the camera, the DMC sampler rollout focuses on secondary rays that help calculate what's referred to as "blurry" effects such as anti-aliasing, depth of field, indirect illumination, area lights, glossy reflections/refractions, motion blur, etc. For more details on the settings and parameters in this rollout, please see the DMC Sampler page.

Region rendering - When V-Ray uses a non-progressive image sampler, the rendered image is broken up into small pieces, also known as buckets, to help calculate and complete the image faster. The settings used to adjust these buckets can be found within the Render Region Division page.

 

Color Mapping 


A camera in the real world uses exposure controls to determine how it handles the brightest and darkest parts of a captured image. Similarly, V-Ray uses Color Mapping to help translate the information collected by the sample rays into usable pixels we see within our rendered image. For more details on how to control the way V-Ray maps these values, please see the Color Mapping page.

 

Was this helpful?