Light.shadowCustomResolution

Cambiar al Manual
public int shadowCustomResolution ;

Descripción

The custom resolution of the shadow map.

By default, shadow map resolution is computed from its importance on screen. Setting this property to a value greater than zero will override that behavior. Please note that the shadow map resolution will still be rounded to the nearest power of two and capped by memory and hardware limits.

See Also: shadows property, shadowResolution property, Shadow map size calculation.