15 #ifndef EGGMULTIBASE_H 16 #define EGGMULTIBASE_H 18 #include "pandatoolbase.h" 21 #include "coordinateSystem.h" 23 #include "pointerTo.h" This specialization of ProgramBase is intended for programs that read and/or write multiple egg files...
This is the primary interface into all the egg data, and the root of the egg file structure...
The name of a file, such as a texture file or an Egg file.
void post_process_egg_files()
Performs any processing of the egg file(s) that is appropriate before writing them out...
This is a base class for both EggSingleBase and EggMultiBase.