Set_LOD

Detailed Description

group Set_LOD

Function Documentation

void HIC_Set_LOD_Clamp(HIC_Rendition const *nr, int clampval)

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

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • clampval – An int.
int HIC_Show_LOD_Clamp(HIC_Rendition const *nr)

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

Parameters:nr – A pointer to a const HIC_Rendition.
void HIC_LOD_Enable(HIC_Rendition const *nr)

This function enables the level of detail module for rendering.

Parameters:nr – A pointer to a const HIC_Rendition.
void HIC_LOD_Disable(HIC_Rendition const *nr)

This function disables the level of detail module for rendering.

Parameters:nr – A pointer to a const HIC_Rendition.