Previous Up Next

M3textureSetGeneralDefaultType
Defines the default filtering parameter for the creation of textures. This parameter is valid for the entire session. All textures will be created when this parameter is activated.

I M3textureSetGeneralDefaultType (
S3d _session_
I _flag_
)
Parameters

_session_
3D Session
_flag_

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)

Return value

0 if successful, otherwise nil