Brief Index      Full Index      I.M. Reference

Show_Texture


Functions

void Show_Texture (const char *texture, char *definition)
void Show_One_Net_Texture (const char *texture, char *definition)
void QShow_One_Net_Texture (const char *segment, const char *texture, char *definition)
void PShow_One_Net_Texture (HC_KEY *path, const char *texture, char *definition)

Function Documentation

void Show_Texture ( const char *  texture,
char *  definition 
)

Shows the definition of a texture.

Parameters:
texture - Any previously defined texture. Passed by reference always.
definition - The definition of texture. 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

This routine is used to find out the definition of a texture. It returns the string that was used to define the texture.

NOTES

RESTRICTIONS

See also:
Define_Texture, Begin_Texture_Search.

void Show_One_Net_Texture ( const char *  texture,
char *  definition 
)

Similar to Show_Texture(), but returns the net effective texture definition instead of the local one.

Parameters:
texture - Any previously defined texture. Passed by reference always.
definition - The definition of texture. Returned to user. Passed by reference always.

DETAILS

This routine is used to find out the definition of a texture. It returns the string that was used to define the texture.

NOTES

RESTRICTIONS

See also:
Define_Texture, Begin_Texture_Search

void QShow_One_Net_Texture ( const char *  segment,
const char *  texture,
char *  definition 
)

Similar to Show_Net_Texture(), but operates on the given segment rather than the currently open one.

Parameters:
segment - Segment on which to show the net texture definition.
texture - Any previously defined texture. Passed by reference always.
definition - The definition of texture. Returned to user. Passed by reference always.

DETAILS

This routine is used to find out the definition of a texture. It returns the string that was used to define the texture.

NOTES

RESTRICTIONS

See also:
Define_Texture, Begin_Texture_Search

void PShow_One_Net_Texture ( HC_KEY *  path,
const char *  texture,
char *  definition 
)

Similar to Show_Net_Texture(), but calculates the net effective texture definition along a discrete segment path..

Parameters:
path - Array of HC_KEY's delineating a particular path through a segment tree.
texture - Any previously defined texture. Passed by reference always.
definition - The definition of texture. Returned to user. Passed by reference always.

DETAILS

This routine is used to find out the definition of a texture. It returns the string that was used to define the texture.

NOTES

RESTRICTIONS

See also:
Define_Texture, Begin_Texture_Search

Main Index
Brief Index      Full Index      I.M. Functions