Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextureMinFilter

Texture minification filter.

Note that *Mipmap* options need mipmaps to be present on the sampled texture. Either define them manually or generate them automatically by calling generateMipmaps() on your texture.

Index

Enumeration Members

linear: 9729
nearest: 9728
nearestMipmapNearest: 9984
linearMipmapNearest: 9985
nearestMipmapLinear: 9986
linearMipmapLinear: 9987

Generated using TypeDoc