home *** CD-ROM | disk | FTP | other *** search
- format of the object files:
-
- first line: number of colour parameters:
- 1 a entry from the normal palette
- 2 a 16 bit colour, given as 2 entries from the normal palette
- 3 a 24 bit colour, given as red,green and blue components
-
- second line: number of points in the object, should be smaller than 257,
- followed by the coordinates of the points. One unit is one meter/1024.
-
- after that, the number of polygons, followed by the list of polygons. Each
- polygon consist of 4 references to points, followed by 1, 2 or 3 colour entries.
-
- There is no room for any errors in this format.