Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_LOD_Clamp (HIC_Rendition const *nr, int clampval) |
HC_EXTERNAL HIC_API int | HIC_Show_LOD_Clamp (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void | HIC_LOD_Enable (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void | HIC_LOD_Disable (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void HIC_LOD_Disable | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function disables the level of detail module for rendering.
HC_EXTERNAL HIC_API void HIC_LOD_Enable | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function enables the level of detail module for rendering.
HC_EXTERNAL HIC_API void HIC_Set_LOD_Clamp | ( | HIC_Rendition const * | nr, |
int | clampval | ||
) |
nr | A pointer to a const HIC_Rendition. |
clampval | An int. |
This function sets a level of detail (LOD) clamp value.
HC_EXTERNAL HIC_API int HIC_Show_LOD_Clamp | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the level of detail (LOD) clamp value.