39 virtual bool handle_args(
Args &args);
40 virtual bool post_command_line();
42 bool do_reader_options();
53 bool _got_tex_dirname;
54 std::string _tex_extension;
55 bool _got_tex_extension;
void add_delod_options(double default_delod=-1.0)
Adds -delod as a valid option for this program.
void add_texture_options()
Adds -td, -te, etc.
This is the base class of a family of classes that represent particular image file types that PNMImag...
virtual EggReader * as_reader()
Returns this object as an EggReader pointer, if it is in fact an EggReader, or NULL if it is not.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This specialization of EggBase is intended for programs that read and/or write a single egg file.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The name of a file, such as a texture file or an Egg file.
virtual void pre_process_egg_file()
Performs any processing of the egg file that is appropriate after reading it in.
This is the base class for a program that reads egg files, but doesn't write an egg file.
A base class for things that may be directly added into the egg hierarchy.