©BBB3viz

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

Compare with Current View Page History

« Previous Version 10 Next »

Table of Contents

This page provides information on the Caustics rollout.

Overview


V-Ray supports the rendering of caustics effects. For their calculation, V-Ray uses a technique known as photon mapping. It is a two-pass technique. The first pass consists of shooting light particles (photons) from the light sources in the scene, tracing them as they bounce around the scene, and recording the places where the photons hit the object surfaces. The second pass is the final rendering, which is when the caustics are calculated by using density estimation techniques on the photon hits stored during the first pass. The settings in this parameter section control the generation of the photon map.

 

UI Path  


 

||Render Setup window|| > GI tab > Caustics rollout 

 

 

Default Parameters


The following parameters are visible from the Caustics rollout when set to the Default Render UI Mode.




Caustics – Turns rendering of caustics on and off. For more information, see The Light Caustics Subdues example below.

Search dist – When V-Ray needs to render the caustics effect at a given surface point, it searches for a number photons on that surface in the area surrounding the shaded point (search area). The search area in fact is a circle with center the original photon and its radius is equal to the Search distance value. Smaller values produce sharper, but perhaps more noisy caustics; larger values produce smoother, but blurrier caustics. For more information, see The Search Distance Parameter example below.

Max photons – Specifies the maximum number of photons that is considered when rendering the caustics effect on a surface. Smaller values cause fewer photons to be used and the caustics are sharper, but noisier. Larger values produce smoother, but blurrier caustics. The special value of 0 means that V-Ray uses all the photons that it can find inside the search area. For more information, see The Max Photons example below.

Max density – Limits the resolution (and thus the memory) of the caustics photon map. Whenever V-Ray needs to store a new photon in the caustics photon map, it first checks if there are any other photons within a distance specified by Max density. If there is already a suitable photon in the map, V-Ray just adds the energy of the new photon to the one in the map. Otherwise, V-Ray stores the new photon in the photon map. Using this options allows you to shoot many photons (and thus get smoother results) while keeping the size of the caustics photon map manageable.


Mode – Controls the mode of the irradiance map.

New map – When this option is selected, a new photon map is generated. It overwrites any previous photon maps left over from previous rendering.
Save to file
 – Press this button if you want to save an already generated photon map in a file.
From file
 – When you enable this option, V-Ray does not compute the photon map but loads it from a file. Hit the Browse button on the right to specify the file name.

FIle – The file name with the caustics photon map to be loaded when the Mode is set to From file.

 


 

Example: The Search Distance Parameter


For this image, the Caustics subdivs parameter for the light is set to 50, so that the separate photons are more distinct; the global caustics  Multiplier  is 17000, and the Max photons are set to 60. As can be seen, the larger search distance produces blurrier caustics.

 

 


Search dist = 1

 


Search dist = 10

 

 

 


 

Example: The Light Caustics Subdivs


This example is similar to the previous one, but the Caustics subdivs parameter for the light is increased to 300. The other parameters are the same as in the previous example. As can be seen, the larger number of photons produces smoother caustics effects than in the previous example.

 

 


Search dist = 1

 


Search dist = 5

 

 

 


 

Example: The Max Photons Parameter


For this example, the Caustics subdivs parameter for the light was set to 4,000, the global caustics Multiplier to 17,000, and the Search distance to 0.5. As can be seen, the larger value of the Max photons parameter in the second image causes the caustics to appear much smoother.

 

 


Max photons = 1

 


Max photons = 60

 

 

 

 


 

Advanced Parameters


The following parameters are added to the list of visible settings available from the Caustics rollout when set to the Advanced Render UI Mode.

 

 

Multiplier – This multiplier controls the strength of the caustics. It is global and applies to all light sources that generate caustics. If you want different multipliers for the different light sources, then you should use the local light settings. Note: this multiplier is cumulative with the multipliers in the local light settings.

Direct visualization – When enabled, shows the calculations of the caustics map. This option is for previewing purposes only and should be disabled for final renders.


Don't delete – When enabled, V-Ray keeps the photon map in memory after the scene has finished rendering. Otherwise, the map is deleted, so that the memory it takes up is freed. This option can be especially useful if you want to compute the photon map for a particular scene only once and then reuse it for further rendering.

Auto save – When enabled, V-Ray automatically saves the caustics photon map to the provided file when rendering is complete.

Switch to saved map – This option is only available if Auto save is on. It causes V-Ray to automatically set the Mode to From file with the file name of the newly saved map.

 

Notes


  • To write and load *.vrpmap files per frame, use %04d frame formatting token.
  • Caustics also depend on the individual light and geometry properties (see the Object/Light settings).
  • For accurate caustic calculations, disable the VRayMtl's Affect Shadows parameter when using caustics. Simultaneous usage of both Caustics and Affects Shadows can be used for artistic purposes but will not produce a physically correct result.