15 #ifndef EGGPALETTIZE_H
16 #define EGGPALETTIZE_H
18 #include "pandatoolbase.h"
20 #include "eggMultiFilter.h"
34 void describe_input_file();
40 bool _got_txa_filename;
45 string _generated_image_pattern;
46 bool _got_generated_image_pattern;
48 bool _got_map_dirname;
50 bool _got_shadow_dirname;
52 bool _got_rel_dirname;
53 string _default_groupname;
54 bool _got_default_groupname;
55 string _default_groupdir;
56 bool _got_default_groupdir;
62 bool _report_statistics;
70 bool _describe_input_file;
72 Args _remove_egg_list;
This is the program wrapper for egg-palettize, but it mainly serves to read in all the command-line p...
This is a base class for a program that reads in a number of egg files, operates on them...
The name of a file, such as a texture file or an Egg file.
virtual bool handle_args(Args &args)
Does something with the additional arguments on the command line (after all the -options have been pa...