221

Controlling the Appearance of Texture Mapping
The BASE_LEVEL_LINEAR Filter

setMagFilter( Texture.BASE_LEVEL_LINEAR );
setMinFilter( Texture.BASE_LEVEL_LINEAR );

  • Interpolates the 4 nearest texels in the level 0 texture map