Function Index Class Index

Set_Z_Range

Functions

HC_EXTERNAL HIC_API void HIC_Set_Z_Range (HIC_Rendition const *nr, float _near_, float _far_)

Function Documentation

HC_EXTERNAL HIC_API void HIC_Set_Z_Range ( HIC_Rendition const *  nr,
float  _near_,
float  _far_ 
)
Parameters:
nrA 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.