PBRT
|
Public Member Functions | |
TileDescription (unsigned int xs=32, unsigned int ys=32, LevelMode m=ONE_LEVEL, LevelRoundingMode r=ROUND_DOWN) | |
bool | operator== (const TileDescription &other) const |
Public Attributes | |
unsigned int | xSize |
unsigned int | ySize |
LevelMode | mode |
LevelRoundingMode | roundingMode |