class csThingTemplate : public csObject This class represents a template for a Thing
This class represents a template for a Thing. Using this template one can construct a Thing later.
int num_vertices
int max_vertices
csPolygonTemplate** polygon
int num_polygon
int max_polygon
csCurveTemplate** curves
int num_curves
int max_curves
csVector3* curve_vertices
csVector2* curve_texels
int num_curve_vertices
int max_curve_vertices
csFog fog
csVector3 curves_center
float curves_scale
void AddVertex(float x, float y, float z)
void AddVertex(const csVector3& v)
void AddPolygon(csPolygonTemplate* p)
int GetNumCurveVertices()
csVector3& CurveVertex(int i)
csVector2& CurveTexel(int i)
void AddCurveVertex(csVector3& v, csVector2& t)
csThingTemplate()
virtual ~csThingTemplate()
int GetNumVertices()
csVector3& Vtex(int i)
int GetNumPolygon()
csPolygonTemplate* GetPolygon(int i)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de