Name
MinMipLevel - 3D API min mip level
Usage
MinMipLevel = float(min)
Valid Enumerants
min: floating point value
Description
Set the minimum mipmap lod index.
See the GL_TEXTURE_MIN_LOD description on the OpenGL glTexParameter manual page
or the description of GL_TEXTURE_MIN_LOD_SGIS in the OpenGL extension SGIS_texture_lod for details.
The standard reset callback sets the MinMipLevel state to float(-1000).
Opengl Functionality Requirements
OpenGL 1.2 or support for extension SGIS_texture_lod.
Direct3D Functionality Requirements
Not applicable.
See Also
GenerateMipmap,
Texture,
Texture1D,
Texture1DEnable,
Texture2D,
Texture2DEnable,
Texture3D,
Texture3DEnable,
TextureCubeMap,
TextureCubeMapEnable,
TextureEnvMode,
TextureFactor,
TextureRectangle,
TextureRectangleEnable,
MagFilter,
MinFilter,
MipFilter,
MipMapLodBias
|