Show_Local_Texture

Functions

void Show_Local_Texture (const char *texture_name, char *definition)
 Retrieves a texture definition from the currently open segment. More...
 

Detailed Description

Function Documentation

◆ Show_Local_Texture()

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