548

Controlling the appearance of textures
Texture class methods

  • Methods on Texture control mip-mapping and filtering
  • BASE_LEVEL is the default mip-map mode
  • BASE_LEVEL_POINT is the default filter
  • Method
    void setMipMapMode( int mode )
    void setMinFilter( int minFilter )
    void setMagFilter( int maxFilter )