
Functions | |
| HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Face_Colors (HIC_Tristrip const *ts, HIC_RGB const *fcolors) |
| HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Face_Indices (HIC_Tristrip const *ts, int const *fi) |
| HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Face_Normals (HIC_Tristrip const *ts, HIC_Plane const *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 const *lns) |
| HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Points (HIC_Tristrip const *ts, HIC_Point const *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 const *vcolors) |
| HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Vertex_Findices (HIC_Tristrip const *ts, float const *vfindices) |
| HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Vertex_Indices (HIC_Tristrip const *ts, int const *vi) |
| HC_EXTERNAL HIC_API void | HIC_Set_Tristrip_Vertex_Normals (HIC_Tristrip const *ts, HIC_Vector const *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 const *vparameters) |
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Face_Colors | ( | HIC_Tristrip const * | ts, |
| HIC_RGB const * | 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. |
This function sets face colors of a HOOPS tristrip data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Face_Indices | ( | HIC_Tristrip const * | ts, |
| int const * | fi | ||
| ) |
| ts | A pointer to a const HIC_Tristrip. |
| fi | An int pointer. |
This function sets face indices of a HOOPS tristrip data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Face_Normals | ( | HIC_Tristrip const * | ts, |
| HIC_Plane const * | fnormals | ||
| ) |
| ts | A pointer to a const HIC_Tristrip. |
| fnormals | A pointer to a HIC_Plane. |
This function sets face normals of a HOOPS tristrip data structure.
| 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. |
This function sets findex color interpolation of a HOOPS tristrip data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Lengths | ( | HIC_Tristrip const * | ts, |
| int const * | lns | ||
| ) |
| ts | A pointer to a const HIC_Tristrip. |
| lns | An int pointer. |
This function sets lengths on a HOOPS tristrip data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Points | ( | HIC_Tristrip const * | ts, |
| HIC_Point const * | pts | ||
| ) |
| ts | A pointer to a const HIC_Tristrip. |
| pts | A pointer to a HIC_Point. |
This function sets points of a HOOPS tristrip data structure.
| 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. |
This function sets the strips of a HOOPS tristrip data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Colors | ( | HIC_Tristrip const * | ts, |
| HIC_RGB const * | 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. |
This functiony sets vertex colors of a HOOPS tristrip data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Findices | ( | HIC_Tristrip const * | ts, |
| float const * | vfindices | ||
| ) |
| ts | A pointer to a const HIC_Tristrip. |
| vfindices | A float pointer. |
This function sets vertex findices of a HOOPS tristrip data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Indices | ( | HIC_Tristrip const * | ts, |
| int const * | vi | ||
| ) |
| ts | A pointer to a const HIC_Tristrip. |
| vi | An array of int. |
This function sets vertex indices of a HOOPS tristrip data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Normals | ( | HIC_Tristrip const * | ts, |
| HIC_Vector const * | vnormals | ||
| ) |
| ts | A pointer to a const HIC_Tristrip. |
| vnormals | A pointer to a HIC_Vector. |
This function sets vertex normals of a HOOPS tristrip data structure.
| 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. |
This function sets vertex parameter width of a HOOPS tristrip data structure.
| HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Vertex_Parameters | ( | HIC_Tristrip const * | ts, |
| HIC_Parameter const * | vparameters | ||
| ) |
| ts | A pointer to a const HIC_Tristrip. |
| vparameters | A pointer to a const HIC_Parameter. |
This function sets vertex parameters of a HOOPS tristrip data structure.