OpenMW
|
#include <terrainstorage.hpp>
Public Member Functions | |
virtual Ogre::AxisAlignedBox | getBounds () |
Get bounds in cell units. | |
Private Member Functions | |
virtual ESM::Land * | getLand (int cellX, int cellY) |
virtual const ESM::LandTexture * | getLandTexture (int index, short plugin) |
Ogre::AxisAlignedBox MWRender::TerrainStorage::getBounds | ( | ) | [virtual] |
Get bounds in cell units.
Implements Terrain::Storage.
ESM::Land * MWRender::TerrainStorage::getLand | ( | int | cellX, |
int | cellY | ||
) | [private, virtual] |
Implements Terrain::Storage.
const ESM::LandTexture * MWRender::TerrainStorage::getLandTexture | ( | int | index, |
short | plugin | ||
) | [private, virtual] |
Implements Terrain::Storage.