Set_Tristrip_XXX


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)

Function Documentation

HC_EXTERNAL HIC_API void HIC_Set_Tristrip_Face_Colors ( HIC_Tristrip const *  ts,
HIC_RGB *  fcolors 
)

Parameters:
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 *  fi 
)

Parameters:
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 *  fnormals 
)

Parameters:
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 
)

Parameters:
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 *  lns 
)

Parameters:
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 *  pts 
)

Parameters:
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 
)

Parameters:
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 *  vcolors 
)

Parameters:
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 *  vfindices 
)

Parameters:
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 *  vi 
)

Parameters:
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 *  vnormals 
)

Parameters:
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 
)

Parameters:
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 *  vparameters 
)

Parameters:
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.

HOOPS/3dGS I.M. Interface

     Full Index