Defines bottom level acceleration structure axis-aligned bounding boxes description. More...
#include <BottomLevelAS.h>
Public Attributes | |
| const Char * | GeometryName = nullptr |
| Uint32 | MaxBoxCount = 0 |
Defines bottom level acceleration structure axis-aligned bounding boxes description.
AABB geometry description.
| const Char* Diligent::BLASBoundingBoxDesc::GeometryName = nullptr |
Geometry name. The name is used to map AABB data (BLASBuildBoundingBoxData) to this geometry.
| Uint32 Diligent::BLASBoundingBoxDesc::MaxBoxCount = 0 |
The maximum AABB count. Current number of AABBs is defined in BLASBuildBoundingBoxData::BoxCount.