This represents the .txa file (usually textures.txa) that contains the user instructions for resizing, grouping, etc.
More...
Public Member Functions |
| bool | match_egg (EggFile *egg_file) const |
| | Searches for a matching line in the .txa file for the given egg file and applies its specifications.
|
| bool | match_texture (TextureImage *texture) const |
| | Searches for a matching line in the .txa file for the given texture and applies its specifications.
|
| bool | read (istream &in, const string &filename) |
| | Reads the indicated stream, and returns true if successful, or false if there is an error.
|
| void | write (ostream &out) const |
| | Outputs a representation of the lines that were read in to the indicated output stream.
|
This represents the .txa file (usually textures.txa) that contains the user instructions for resizing, grouping, etc.
the various textures.
Definition at line 33 of file txaFile.h.