Go to the source code of this file.
Defines | |
#define | AP_MAGIC "Animp001" |
An animp movie file must start with the following 8 byte string. | |
Typedefs | |
typedef unsigned char | byte |
An unsigned byte data type. | |
Enumerations | |
enum | { AP_MOVIE = 1, AP_COLORS, AP_STATIC_FRAME, AP_FRAME, AP_FRAMES, AP_OPAQUE_SPHERES, AP_TRANS_SPHERES, AP_OPAQUE_CYLINDERS, AP_TRANS_CYLINDERS, AP_SPHERE, AP_CYLINDER, AP_SHORT_SPHERE, AP_SHORT_CYLINDER, AP_END = 100 } |
These named constants are placed in an animp movie file to define the structure of the file. More... |
|
An animp movie file must start with the following 8 byte string. It may be that eventually there will be other formats with the version number changed. |
|
An unsigned byte data type.
|
|
These named constants are placed in an animp movie file to define the structure of the file.
|