Difference between revisions of "Render Configuration"

From LuxCoreRender Wiki
Jump to navigation Jump to search
(Created page with "= Engines = The choice of engine decides how lights are traced in the scene.<br> LuxCoreRender offers the following engines (integrators): * Path (CPU/OpenCL) * Tiled Path (...")
 
Line 19: Line 19:


The light strategy controls how much processing power is spent on each light in the scene.<br>
The light strategy controls how much processing power is spent on each light in the scene.<br>
All lights in the scene can be sampled with the same probability (''uniform'' light strategy), but some light sources are much brighter than others, the image will be more noisy because a lot of processing power is spent on weak lights that are not contributing much to the lighting.<br>
All lights in the scene can be sampled with the same probability (''uniform'' light strategy), but if some light sources are much brighter than others, the image will be more noisy because a lot of processing power is spent on weak lights that are not contributing much to the lighting.<br>
The solution to this problem are the ''power'' and ''log power'' light strategies. They dedicate more processing power to lights that are brighter.
The solution to this problem are the ''power'' and ''log power'' light strategies. They dedicate more processing power to lights that are brighter.<br>


The following light strategies are available:
The following light strategies are available:
Line 27: Line 27:
* Power
* Power
* Log Power (default)
* Log Power (default)
The sampling probability of a light can also be influenced with the importance setting of the light source:
'''Importance:''' How much processing power to spend on this light source compared to other light sources.
Used to scale the light importance computed by the light strategy. For instance, if you set a ''uniform'' light strategy, a light with a user importance of 2.0 will be sampled 2 times more often than one with 1.0.
If you use a ''power'' light strategy, the user importance will be multiplied by the light power.

Revision as of 08:47, 30 March 2018

Engines

The choice of engine decides how lights are traced in the scene.
LuxCoreRender offers the following engines (integrators):

  • Path (CPU/OpenCL)
  • Tiled Path (CPU/OpenCL)
  • Bidir (CPU only)

Samplers

The sampler decides how points on the film are chosen (in which area to fire more/less light rays).
LuxCoreRender offers the following samplers:

  • Sobol
  • Metropolis

Light strategy

The light strategy controls how much processing power is spent on each light in the scene.
All lights in the scene can be sampled with the same probability (uniform light strategy), but if some light sources are much brighter than others, the image will be more noisy because a lot of processing power is spent on weak lights that are not contributing much to the lighting.
The solution to this problem are the power and log power light strategies. They dedicate more processing power to lights that are brighter.

The following light strategies are available:

  • Uniform
  • Power
  • Log Power (default)

The sampling probability of a light can also be influenced with the importance setting of the light source:

Importance: How much processing power to spend on this light source compared to other light sources. Used to scale the light importance computed by the light strategy. For instance, if you set a uniform light strategy, a light with a user importance of 2.0 will be sampled 2 times more often than one with 1.0. If you use a power light strategy, the user importance will be multiplied by the light power.