★ Graphic Tools Guide ★ 3DME User's Manual| Address of map number 0 |
| Address of map number 1 |
| Address of map number 2 |
| Address of map number 3 |
| : |
| : |
| : |
| Address of map number n-1 |
| Null map object data |
| Object data of map 0 |
| Object data of map No. 1 |
| Object data of map No. 2 |
| Object data of map No. 3 |
| : |
| : |
| : |
| Object data of map n-1 |
typedef struct {
VECTOR norm; / * normal vector * /
Uint16 att; / * Genus * /
Uint16 gru; / * Group * /
FIXED cen_x; / * Center * /
FIXED cen_y; / * Center * /
FIXED cen_z; / * Center * /
} COLLISON;
typedef struct {
COLLISON * cotbl; / * Polygon definition table * /
Uint32 nbCo; / * Number of polygons * /
} CDATA;
★ Graphic Tools Guide ★ 3DME User's Manual