Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Show_Diffuse_XXX

Functions

HC_EXTERNAL HIC_API int HIC_Show_Diffuse_Texture_Source_Name_Length (HIC_Rendition const *nr, const int layer)
 
HC_EXTERNAL HIC_API const char * HIC_Show_Diffuse_Texture_Source_Name_Text (HIC_Rendition const *nr, const int layer)
 
HC_EXTERNAL HIC_API int HIC_Show_Diffuse_Textures_Name_Length (HIC_Rendition const *nr, const int layer)
 
HC_EXTERNAL HIC_API const char * HIC_Show_Diffuse_Textures_Name_Text (HIC_Rendition const *nr, const int layer)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API int HIC_Show_Diffuse_Texture_Source_Name_Length ( HIC_Rendition const *  nr,
const int  layer 
)
Parameters
nrA pointer to a const HIC_Rendition and an integer index into the texture list.
Returns
An unsigned char.

This function returns face material diffuse texture texture component name length as an int.

HC_EXTERNAL HIC_API const char* HIC_Show_Diffuse_Texture_Source_Name_Text ( HIC_Rendition const *  nr,
const int  layer 
)
Parameters
nrA pointer to a const HIC_Rendition and an integer index into the texture list.
Returns
An unsigned char.

This function returns face material diffuse texture texture component name text as a pointer to a const char.

HC_EXTERNAL HIC_API int HIC_Show_Diffuse_Textures_Name_Length ( HIC_Rendition const *  nr,
const int  layer 
)
Parameters
nrA pointer to a const HIC_Rendition and an integer index into the texture list.
Returns
An unsigned char.

This function returns face material diffuse texture name length as an int.

HC_EXTERNAL HIC_API const char* HIC_Show_Diffuse_Textures_Name_Text ( HIC_Rendition const *  nr,
const int  layer 
)
Parameters
nrA pointer to a const HIC_Rendition and an integer index into the texture list.
Returns
An unsigned char.

This function returns face material diffuse texture name text as a pointer to a const char.