Brief Index      Full Index      Events Index      I.M. Reference

Show_Local_Texture

Functions

void Show_Local_Texture (const char *texture_name, char *definition)

Function Documentation

void Show_Local_Texture ( const char *  texture_name,
char *  definition 
)

Retrieves a texture definition from the currently open segment.

Parameters:
texture_name- The name this texture definition will be assigned to.
definition- The definition of texture_name. Returned to user. Passed by reference always.
Options Returned:
caching, decal, down sampling, layout, modulate, parameter offset, parameterization source, transform, tiling, source, interpolation filter, decimation filter, red channel mapping, green channel mapping, blue channel mapping, alpha channel mapping, value scale,

DETAILS

Users can use this to query the definition of a specific texture in a particular segment. This texture definition would have originally been set via Define_Local_Texture() .

NOTES

RESTRICTIONS

Currently there is no way for the user to do a Show_Net_Local_Texture.

See also:
Show_TextureDefine_Local_Texture

Brief Index      Full Index      Events Index      I.M. Reference