molecular
|
File format for collection of bounding boxes. More...
#include <MeshBoundsCollectionFile.h>
Public Member Functions | |
const util::AxisAlignedBox & | GetBoundsByIndex (unsigned int index) const |
const util::AxisAlignedBox & | GetBounds (Hash mesh) const |
Public Attributes | |
uint32_t | magic |
uint32_t | count |
uint32_t | hashes [0] |
Static Public Attributes | |
static const uint32_t | kMagic = 0x505eb0f1 |
File format for collection of bounding boxes.
Associates hash values to bounding boxes. Used to determine if meshes are in view and have to be loaded.
|
inline |
|
inline |
uint32_t molecular::gfx::MeshBoundsCollectionFile::count |
uint32_t molecular::gfx::MeshBoundsCollectionFile::hashes[0] |
|
static |
uint32_t molecular::gfx::MeshBoundsCollectionFile::magic |