Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

Cubemap.SmoothEdges

SmoothEdges(smoothRegionWidthInPixels: int = 1): void;
void SmoothEdges(int smoothRegionWidthInPixels = 1);
def SmoothEdges(smoothRegionWidthInPixels as int = 1) as void

Parameters

smoothRegionWidthInPixelsPixel distance at edges over which to apply smoothing.

Description

Performs smoothing of near edge regions.

Helps to compensate lack of linear interpolation across the edges of cubemap in GPU.

Usually you will want to call this function for the cubemap which is going to be used for glossy reflections.