Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

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)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API void HIC_Set_Object_To_Screen_Matrix ( HIC_Rendition const *  nr,
float const *  fp 
)
Parameters
nrA pointer to a const HIC_Rendition.
fpA 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).