OpenEnroth 73e68f7
|
#include <CompositeSnapshots.h>
Public Attributes | |
BLVHeader_MM7 | header |
std::vector< Vec3s > | vertices |
std::vector< BLVFace_MM7 > | faces |
std::vector< int16_t > | faceData |
std::vector< std::array< char, 10 > > | faceTextures |
std::vector< BLVFaceExtra_MM7 > | faceExtras |
std::vector< std::array< char, 10 > > | faceExtraTextures |
std::vector< BLVSector_MM7 > | sectors |
std::vector< uint16_t > | sectorData |
std::vector< uint16_t > | sectorLightData |
uint32_t | doorCount |
std::vector< LevelDecoration_MM7 > | decorations |
std::vector< std::array< char, 32 > > | decorationNames |
std::vector< BLVLight_MM7 > | lights |
std::vector< BSPNode_MM7 > | bspNodes |
std::vector< SpawnPoint_MM7 > | spawnPoints |
std::vector< BLVMapOutline_MM7 > | mapOutlines |
std::vector<BSPNode_MM7> IndoorLocation_MM7::bspNodes |
std::vector<std::array<char, 32> > IndoorLocation_MM7::decorationNames |
std::vector<LevelDecoration_MM7> IndoorLocation_MM7::decorations |
uint32_t IndoorLocation_MM7::doorCount |
std::vector<int16_t> IndoorLocation_MM7::faceData |
std::vector<BLVFaceExtra_MM7> IndoorLocation_MM7::faceExtras |
std::vector<std::array<char, 10> > IndoorLocation_MM7::faceExtraTextures |
std::vector<BLVFace_MM7> IndoorLocation_MM7::faces |
std::vector<std::array<char, 10> > IndoorLocation_MM7::faceTextures |
BLVHeader_MM7 IndoorLocation_MM7::header |
std::vector<BLVLight_MM7> IndoorLocation_MM7::lights |
std::vector<BLVMapOutline_MM7> IndoorLocation_MM7::mapOutlines |
std::vector<uint16_t> IndoorLocation_MM7::sectorData |
std::vector<uint16_t> IndoorLocation_MM7::sectorLightData |
std::vector<BLVSector_MM7> IndoorLocation_MM7::sectors |
std::vector<SpawnPoint_MM7> IndoorLocation_MM7::spawnPoints |
std::vector<Vec3s> IndoorLocation_MM7::vertices |