Frequently Asked Questions
This page lists a number of frequently-asked questions about V-Ray. To see the answer to the question, click to expand.
Page Contents
General Questions
The pixel is the smallest addressable element of an image. The main task for any rendering engine is to determine the color of each pixel. In order to do that, it has to take samples from the scene. Samples are small units of information about a certain point in the scene that the rendering engine uses to determine the color of each pixel. One or more samples can be taken for every pixel in the image.
Primary rays are those coming directly from the camera. Primary bounces occur when a ray from the camera first reflects (usually diffusely) from the surface of an object.
Materials and Maps
You can use the VRayEdgesTex texture to get a similar (although not exactly the same) result.
Either load it as the Environment map in the Environment window (if it should be shown in the background), or load it in the Render Setup window in the section for overriding the 3ds Max environment for skylight.
With the standard 3ds Max materials, the specular level is just a way to simulate a shiny look for objects. For a real-world object to be shiny, it has to be reflective. The same applies for objects rendered in V-Ray. To achieve a shiny look with V-Ray lights, glowing objects and environment maps, you will need to make the objects reflective.
The HDRI map needs a very high dynamic range to produce sharp shadows. You might need to replace the HDRI map that you are using with another one with a larger range.
In the Material Editor, set the Index of Refraction in the Extended Parameters rollout for the material.
Global Illumination
In most situations, using Brute Force for your primary engine and Light Cache for your secondary will give you the best ratio between quality and speed in terms of not having to tweak a lot of GI settings to get a nice result. The render will have clean light bounces from accurate GI calculations, with minimal blotchiness or flickering for animated sequences.
Increase the Max Rate. For example, set it to 0. You may also try to reduce the color and normal thresholds. Additionally, to make the GI produced by the Irradiance map more detailed, you can reduce the interpolation samples.
No, the irradiance map is not affected by the anti-aliasing filter. In fact, to compute an irradiance map, rendering without anti-aliasing and without a filter is possible. Add these later on for your final rendering.
Yes, that's fine. The final effect will be as though you have computed the irradiance map at a lower sampling rate.
This happens because of the way the 3ds Max standard fog is implemented. It is self-illuminated (unless you use volume light, but standard fog and volume fog are self-illuminated), and since V-Ray takes volumetrics into account when calculating light hitting surfaces for GI, you can see illumination coming from those volumetrics.
Rendering
Check the Multithreading option in 3ds Max's preferences - Customize > Preferences > Rendering > Multi-threading . Make sure this is On.
This could happen if your object is a thin box with overlapping faces. Increase the Height or remove the overlapping faces and the squares should not appear in the rendering anymore.
There should be no difference in the final image, no matter what is the size of your render regions. However, every region requires some setup time. Also, when you use anti-aliasing filters, there is a border around each region that needs to be additionally rendered so that the edges of regions blend smoothly. As the region size increases, this additional work takes less time compared to the total render. Smaller regions allow for faster screen update - you can see your image in progress; regions save memory; regions allow easy multithreading and (more important) easy distributed rendering. The choice of slowdown/update rate is best left to the user. Values of 16-64 are recommended.
V-Ray 3.6 for 3ds Max does not have integrated button for V-Ray Cloud rendering. You can find such in V-Ray Next for 3ds Max. However, there are other ways to take advantage of the V-Ray Cloud. See the V-Ray Cloud documentation for more information.
Distributed Rendering
It will ship the full scene without the textures. This means the textures must be visible from all the local machines, but there is no need to share the scene itself.
Yes, this is configurable. The process priority can be controlled remotely for each rendering server. For more information refer to the Set Up Distributed Rendering section.
It is based on machine IPs. Names can be given to each machine and they don't have to be the same as previous network names. The important part is a valid IP. There is an autosearch mechanism which looks for all the available servers in the local network and includes them in the list. A box can be configured manually.