Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextureImporterCubemapConvolution

Defines Cubemap convolution mode.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum TextureImporterCubemapConvolution

Remarks

This is useful if you need to pre-compute a diffuse or glossy specular reflections in the texture.

Fields

Value

Description

DiffuseDiffuse convolution (aka irradiance Cubemap).
NoneNo convolution needed. This Cubemap texture represents mirror reflection or Skybox.
SpecularSpecular convolution (aka Prefiltered Environment Map).