TextureMagnificationFilter

TextureMagnificationFilter()

Enumerates all possible filters used when magnifying WebGL textures, which takes places when zooming into imagery. Provides the possible values for the ImageryLayer#magnificationFilter property.
See:

Members

staticconstantCesium.TextureMagnificationFilter.LINEAR : Number

Bi-linear interpolation of image pixels to texture.

staticconstantCesium.TextureMagnificationFilter.NEAREST : Number

Nearest neighbor sampling of image pixels to texture.