NAME
DtTextureGetMode - Get the texture mode.
SYNOPSIS
#include <Dt.h>
int DtTextureGetMode( char *name, int *mode )
DESCRIPTION
DtTextureGetMode() returns the texture map mode used to
determine how the texture is combined with the color values
of the material, in the pointer to the mode parameter for
the texture name.
The possible values of mode are:
DT_MODULATE
DT_DECAL
DT_BLEND
DIAGNOSTICS
DtTextureGetMode() returns one on success and zero on
failure.
FILES
Link with -lDtOMio