CMSC23700 Common Code Library
Support code for CS23700 programming projects
tqt.hxx File Reference
#include "cs237.hxx"
#include <vector>

Go to the source code of this file.

Classes

class  TQT::TextureQTree
 Manages a disk-based texture quadtree. More...
 

Namespaces

 TQT
 

Detailed Description

Author
John Reppy

Support for texture quadtrees. This implementation is based on the public-domain implementation by Thatcher Ulrich. The main difference is that we use PNG files to represent the texture data.