Share

e2f_hdr

C++

struct e2f_hdr {
  char id;
  short flags;
  short version;
  long nents;
  long npoly;
  long nlayers;
  unsigned long bgcolor;
  short cmaplen;
  char * cmap;
};

File

scene.h

Members

Members Description
id Record type
flags Bit flags
version Version id
nents Number of entities
npoly Number of polygons
nlayers Number of layers
cmaplen Length of the color map
cmap Bit-coded color map

Description

Header record

Was this information helpful?