#include <txaLine.h>
It consists of a list of names (texture names or egg file names), followed by a colon and an optional size and a set of keywords.
Definition at line 52 of file txaLine.h.
|
|
|
|
|
|
|
|
|
Definition at line 41 of file txaLine.cxx. References EggRenderMode::AM_unspecified, EggTexture::F_unspecified, and NULL. |
|
Compares the patterns on the line to the indicated EggFile. If they match, updates the egg with the appropriate information. Returns true if a match is detected and the search for another line should stop, or false if a match is not detected (or if the keyword "cont" is present, which means the search should continue regardless). Definition at line 326 of file txaLine.cxx. References KW_anisotropic, KW_cont, KW_linear, KW_mipmap, KW_nearest, and KW_omit. |
|
Compares the patterns on the line to the indicated TextureImage. If they match, updates the texture with the appropriate information. Returns true if a match is detected and the search for another line should stop, or false if a match is not detected (or if the keyword "cont" is present, which means the search should continue regardless). Definition at line 398 of file txaLine.cxx. References _scale. |
|
Definition at line 527 of file txaLine.cxx. References _coverage_threshold. |
|
Accepts a string that defines a line of the .txa file and parses it into its constinuent parts. Returns true if successful, false on error. Definition at line 73 of file txaLine.cxx. References _egg_patterns. |
|
|
|
|
|
|
|
|
|
Definition at line 89 of file txaLine.h. Referenced by output(). |
|
Definition at line 66 of file txaLine.h. Referenced by parse(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 76 of file txaLine.h. Referenced by match_texture(). |
|
|
|
|
|
|
|
|