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
◆ HIC_LOD_Disable()
HC_EXTERNAL HIC_API void HIC_LOD_Disable | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
This function disables the level of detail module for rendering.
◆ HIC_LOD_Enable()
HC_EXTERNAL HIC_API void HIC_LOD_Enable | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
This function enables the level of detail module for rendering.
◆ HIC_Set_LOD_Clamp()
HC_EXTERNAL HIC_API void HIC_Set_LOD_Clamp | ( | HIC_Rendition const * | nr, |
int | clampval | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. clampval An int.
This function sets a level of detail (LOD) clamp value.
◆ HIC_Show_LOD_Clamp()
HC_EXTERNAL HIC_API int HIC_Show_LOD_Clamp | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
This function returns the level of detail (LOD) clamp value.