Up

M3textureGetGeneralDefaultType

Return the default filtering parameter for the creation of textures for the entire session.

Prototype :

fun [S3d] I

Return : I this flag or nil if error.

0 (none), 1 (linear), 2 (bilinear), 3 (trilinear) (Scol 5.x and above)

Flag equaling either TEX_MIPMAP or 0 (Scol 4.6 and below)

See also :

M3textureSetGeneralDefaultType

Example :