Function Index Class Index

Set_Object_To_Screen_Matrix_XXX


Functions

HC_EXTERNAL HIC_API void HIC_Set_Object_To_Screen_Matrix (HIC_Rendition const *nr, float const *fp)

Function Documentation

HC_EXTERNAL HIC_API void HIC_Set_Object_To_Screen_Matrix ( HIC_Rendition const *  nr,
float const *  fp 
)

Parameters:
nr A pointer to a const HIC_Rendition.
fp A pointer to a const float.
This function overrides the current transform matrix. Note that its usefulness is limited to special cases as drawing code may refer directly to the original components (modelling, camera, etc.) or trigger regeneration of the matrix (which will overwrite anything done here).