40 bool parse(
const std::string &line);
45 void output(std::ostream &out)
const;
64 EggTexture::Format _format;
68 EggRenderMode::AlphaMode _alpha_mode;
69 EggTexture::WrapMode _wrap_u, _wrap_v;
70 EggTexture::QualityLevel _quality_level;
75 bool _got_coverage_threshold;
76 double _coverage_threshold;
96 INLINE std::ostream &operator << (std::ostream &out,
const TxaLine &line) {
This is the base class of a family of classes that represent particular image file types that PNMImag...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a single matching line in the .txa file.
bool match_texture(TextureImage *texture) const
Compares the patterns on the line to the indicated TextureImage.
bool parse(const std::string &line)
Accepts a string that defines a line of the .txa file and parses it into its constinuent parts.
bool match_egg(EggFile *egg_file) const
Compares the patterns on the line to the indicated EggFile.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This represents a single source texture that is referenced by one or more egg files.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This represents a single egg file known to the palettizer.