7 #include "InteriorMaterialData.h"
8 #include "VectorMath.h"
26 Rendering::LayerIds::Values layerId,
28 const dv3& ecefOrigin,
38 Rendering::LayerIds::Values GetLayerId()
const;
39 int GetFloorIndex()
const;
40 dv3 GetEcefOrigin()
const;
43 v4 GetVertexMin()
const;
44 v4 GetVertexMax()
const;
53 const Rendering::LayerIds::Values m_layerId;
54 const int m_floorIndex;
55 const dv3 m_ecefOrigin;
64 bool m_ownsCullingVolumeTree;