Panda3D
|
This is the program wrapper for egg-palettize, but it mainly serves to read in all the command-line parameters and then invoke the Palettizer. More...
#include "eggPalettize.h"
Public Member Functions | |
void | describe_input_file () |
virtual bool | handle_args (Args &args) |
Does something with the additional arguments on the command line (after all the -options have been parsed). | |
void | run () |
Public Attributes | |
string | _default_groupdir |
string | _default_groupname |
string | _generated_image_pattern |
bool | _got_default_groupdir |
bool | _got_default_groupname |
bool | _got_generated_image_pattern |
bool | _got_map_dirname |
bool | _got_rel_dirname |
bool | _got_shadow_dirname |
bool | _got_txa_filename |
bool | _got_txa_script |
string | _map_dirname |
bool | _nodb |
Filename | _rel_dirname |
Filename | _shadow_dirname |
Filename | _txa_filename |
string | _txa_script |
This is the program wrapper for egg-palettize, but it mainly serves to read in all the command-line parameters and then invoke the Palettizer.
Definition at line 28 of file eggPalettize.h.
bool EggPalettize::handle_args | ( | ProgramBase::Args & | args | ) | [virtual] |
Does something with the additional arguments on the command line (after all the -options have been parsed).
Returns true if the arguments are good, false otherwise.
Reimplemented from EggMultiFilter.
Definition at line 233 of file eggPalettize.cxx.