16 #ifndef QGSCHUNKBOUNDSENTITY_P_H 17 #define QGSCHUNKBOUNDSENTITY_P_H 30 #include <Qt3DCore/QEntity> 41 class QgsChunkBoundsEntity :
public Qt3DCore::QEntity
45 QgsChunkBoundsEntity( Qt3DCore::QNode *parent =
nullptr );
48 void setBoxes(
const QList<QgsAABB> &bboxes );
51 AABBMesh *mAabbMesh =
nullptr;
56 #endif // QGSCHUNKBOUNDSENTITY_P_H 3 Axis-aligned bounding box - in world coords.