Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Face_Colors (HIC_Tristrip const *ts, HIC_RGB *fcolors) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Face_Indices (HIC_Tristrip const *ts, int *fi) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Face_Normals (HIC_Tristrip const *ts, HIC_Plane *fnormals) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Findex_Color_Interpolation (HIC_Tristrip const *ts, bool flag) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Lengths (HIC_Tristrip const *ts, int *lns) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Points (HIC_Tristrip const *ts, HIC_Point *pts) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Strips (HIC_Tristrip const *ts, int str) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Vertex_Colors (HIC_Tristrip const *ts, HIC_RGB *vcolors) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Vertex_Findices (HIC_Tristrip const *ts, float *vfindices) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Vertex_Indices (HIC_Tristrip const *ts, int *vi) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Vertex_Normals (HIC_Tristrip const *ts, HIC_Vector *vnormals) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Vertex_Parameter_Width (HIC_Tristrip const *ts, int width) |
HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Vertex_Parameters (HIC_Tristrip const *ts, HIC_Parameter *vparameters) |
HC_EXTERNAL HIC_API HIC_RGB const * | HIC_Show_Tristrip_Face_Colors (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API int | HIC_Show_Tristrip_Face_Count (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API int const * | HIC_Show_Tristrip_Face_Indices (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API HIC_Plane const * | HIC_Show_Tristrip_Face_Normals (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API bool | HIC_Show_Tristrip_Findex_Color_Interpolation (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API int const * | HIC_Show_Tristrip_Lengths (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API int | HIC_Show_Tristrip_Point_Count (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API HIC_Point const * | HIC_Show_Tristrip_Points (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API int | HIC_Show_Tristrip_Strips (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API HIC_RGB const * | HIC_Show_Tristrip_Vertex_Colors (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API float const * | HIC_Show_Tristrip_Vertex_Findices (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API int const * | HIC_Show_Tristrip_Vertex_Indices (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API HIC_Vector const * | HIC_Show_Tristrip_Vertex_Normals (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API HIC_Integer32 | HIC_Show_Tristrip_Vertex_Parameter_Width (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API HIC_Parameter const * | HIC_Show_Tristrip_Vertex_Parameters (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Face_Colors | ( | HIC_Tristrip const * | ts, | |
HIC_RGB * | fcolors | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
fcolors | A pointer to a HIC_RGB, a structure of three floats, each between zero and one. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Face_Indices | ( | HIC_Tristrip const * | ts, | |
int * | fi | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
fi | An int pointer. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Face_Normals | ( | HIC_Tristrip const * | ts, | |
HIC_Plane * | fnormals | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
fnormals | A pointer to a HIC_Plane. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Findex_Color_Interpolation | ( | HIC_Tristrip const * | ts, | |
bool | flag | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
flag | A boolean. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Lengths | ( | HIC_Tristrip const * | ts, | |
int * | lns | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
lns | An int pointer. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Points | ( | HIC_Tristrip const * | ts, | |
HIC_Point * | pts | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
pts | A pointer to a HIC_Point. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Strips | ( | HIC_Tristrip const * | ts, | |
int | str | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
str | An int. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Colors | ( | HIC_Tristrip const * | ts, | |
HIC_RGB * | vcolors | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
vcolors | A pointer to a HIC_RGB, a structure of three floats, each between zero and one. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Findices | ( | HIC_Tristrip const * | ts, | |
float * | vfindices | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
vfindices | A float pointer. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Indices | ( | HIC_Tristrip const * | ts, | |
int * | vi | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
vi | An array of int. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Normals | ( | HIC_Tristrip const * | ts, | |
HIC_Vector * | vnormals | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
vnormals | A pointer to a HIC_Vector. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Parameter_Width | ( | HIC_Tristrip const * | ts, | |
int | width | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
width | An int. |
HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Parameters | ( | HIC_Tristrip const * | ts, | |
HIC_Parameter * | vparameters | |||
) |
ts | A pointer to a const HIC_Tristrip. | |
vparameters | A pointer to a const HIC_Parameter. |
HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Tristrip_Face_Colors | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API int HIC_Show_Tristrip_Face_Count | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API int const* HIC_Show_Tristrip_Face_Indices | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API HIC_Plane const* HIC_Show_Tristrip_Face_Normals | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API bool HIC_Show_Tristrip_Findex_Color_Interpolation | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API int const* HIC_Show_Tristrip_Lengths | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API int HIC_Show_Tristrip_Point_Count | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Tristrip_Points | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API int HIC_Show_Tristrip_Strips | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Tristrip_Vertex_Colors | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API float const* HIC_Show_Tristrip_Vertex_Findices | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API int const* HIC_Show_Tristrip_Vertex_Indices | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Tristrip_Vertex_Normals | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Tristrip_Vertex_Parameter_Width | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API HIC_Parameter const* HIC_Show_Tristrip_Vertex_Parameters | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |