Set_Z_Range
Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Z_Range (HIC_Rendition const *nr, float _near_, float _far_) |
Detailed Description
Function Documentation
◆ HIC_Set_Z_Range()
HC_EXTERNAL HIC_API void HIC_Set_Z_Range | ( | HIC_Rendition const * | nr, |
float | _near_, | ||
float | _far_ | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. _near_ A float such that 0 <= near <= far. _far_ A float such that near <= far <= 1.
This function sets the Z range.