summaryrefslogtreecommitdiffstats
path: root/src/render/raycasting/qboundingvolumeprovider.cpp
blob: 92d624f8264e747d9b7e80ad50bb47f56e223f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include "qboundingvolumeprovider_p.h"


QT_BEGIN_NAMESPACE

namespace Qt3DRender {
namespace RayCasting {

QBoundingVolumeProvider::~QBoundingVolumeProvider()
{

}

} // RayCasting
} // Qt3DRender

QT_END_NAMESPACE