Return to previous page | Return to menu | Go to next page
Structure
Polygon model data B>
typedef struct {
POINT *pntb1 ;
Uint32 nbPoint ;
POLYGON *pltb1 ;
Uint32 nbPolygon ;
ATTR *attb1 ;
} PDATA ;
pntb1 vertex list pointer nbPoint Vertex count pltb1 face list pointer nbPolygon Number of faces attb1 Face attribute list pointer
Define polygon model data.
Reference: Chapter 2 Drawing
PDATA