Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextureMinFilter

Minification filter. All valid values correspond to WebGL enums

Index

Enumeration members

LINEAR

LINEAR: = 9729

Linear

LINEAR_MIPMAP_LINEAR

LINEAR_MIPMAP_LINEAR: = 9987

Linear Mipmap Linear

LINEAR_MIPMAP_NEAREST

LINEAR_MIPMAP_NEAREST: = 9985

Linear Mipmap Nearest

NEAREST

NEAREST: = 9728

Nearest

NEAREST_MIPMAP_LINEAR

NEAREST_MIPMAP_LINEAR: = 9986

Nearest Mipmap Linear

NEAREST_MIPMAP_NEAREST

NEAREST_MIPMAP_NEAREST: = 9984

Nearest Mip-Map Nearest

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method