TextureQTree(std::string const &filename, bool flip, bool sRGB)
constructor for a texture quad tree
int tileSize() const
the size of a texture tile measured in pixels (tiles are always square)
Definition tqt.hpp:38
static bool isTQTFile(std::string const &filename)
return true if the file looks like a TQT file of the right version
cs237::Image2D * loadImage(int level, int row, int col)
return the image tile at the specified quadtree node.