GLBasic User Manual

Main sections

X_MIPMAPPING

X_MIPMAPPING status#



Toggles whether to use MipMapping for 3D objects.
MipMapping is a technique that uses different textures for objects that are further away. As a result images will look a lot better (no hard pixel edges) when drawing distant objects.
X_MIPMAPPING should be enabled before LOADSPRITE to generate the MipMapping levels. The X_MIPMAPPING setting will affect any object drawn after it is called.

See also...