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.Specular

Description

Specular convolution (aka Prefiltered Environment Map).

Each pixel of this Cubemap texture is replaced with the integral of incident illumination towards corresponding direction weighted with the Phong lobe. Each mip map is convolved with varying Phong exponent - high resolution mip maps represent glossy reflection while low resolution mips are very blurry and useful for very rough specular reflection.

Can be used to reflect light on glossy and rough objects by sampling with the reflection vector.

See Also: TextureImporterSettings.cubemapConvolution.