Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TextureImporterCubemapConvolution.Diffuse

Description

Diffuse convolution (aka irradiance Cubemap).

Each pixel of this Cubemap texture is replaced with the cosine-weighted integral of the corresponding hemisphere of incident illumination. In simpler terms texture is nicely blurred.

Can be used to light diffuse object by sampling with its surface normal.

See Also: TextureImporterSettings.cubemapConvolution.