16#ifndef QGSCHUNKBOUNDSENTITY_P_H
17#define QGSCHUNKBOUNDSENTITY_P_H
30#include <Qt3DCore/QEntity>
43class QgsChunkBoundsEntity :
public Qt3DCore::QEntity
49 QgsChunkBoundsEntity( Qt3DCore::QNode *parent =
nullptr );
52 void setBoxes(
const QList<QgsAABB> &bboxes );
55 Qgs3DWiredMesh *mAabbMesh =
nullptr;