Function Index Class Index

Set_LOD

Functions

HC_EXTERNAL HIC_API void HIC_LOD_Disable (HIC_Rendition const *nr)
 
HC_EXTERNAL HIC_API void HIC_LOD_Enable (HIC_Rendition const *nr)
 
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)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API void HIC_LOD_Disable ( HIC_Rendition const *  nr)
Parameters
nrA 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)
Parameters
nrA 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 
)
Parameters
nrA pointer to a const HIC_Rendition.
clampvalAn int.

This function sets a level of detail (LOD) clamp value.

HC_EXTERNAL HIC_API int HIC_Show_LOD_Clamp ( HIC_Rendition const *  nr)
Parameters
nrA pointer to a const HIC_Rendition.

This function returns the level of detail (LOD) clamp value.