Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


cubemapConvolutionSteps

Defines how many different Phong exponents to store in mipmaps. Higher value will give better transition between glossy and rough reflections, but will need higher texture resolution.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. Not used anymore. The right values are automatically picked by the importer.
public int cubemapConvolutionSteps { get; set; }

Remarks