typedef struct { Uint16 type_matId; Uint16 nbMesh; Sint16 *meshes; Uint32 *attrs; NJS_VECTOR *normals; NJS_COLOR *vertcolor; NJS_COLOR *vertuv; } NJS_MESHSET;
type_matId | Mesh type and material ID |
nbMesh | Number of polygons / Number of contiguous polygons |
*meshes | Polygon list |
*attrs | Polygon attributes |
*normals | Polygon normal line vector list |
*vertcolor | Polygon vertex color list |
*vertuv | Polygon vertex UV list |
15 - 14 | Mesh type |
13 - 0 | Material ID (0-4095) |