Version: 2019.4
LanguageEnglish
  • C#

LightmapEditorSettings.environmentSampleCount

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static int environmentSampleCount;

Description

Specifies the number of samples the Progressive Lightmapper uses for direct environment lighting calculations. The default value is 256. The range is 8 to 131072.

Note that for indirect lighting only 1 environment sample per bounce per indirect sample is used. Noise introduced by the environment in indirect lighting can be reduced by increasing the indirect sample count. If you increase this value, the quality of your lightmaps might improve, but baking takes more time.