summaryrefslogtreecommitdiffstats
path: root/tests/manual/scene3d-loader/Scene.qml
blob: 902b60775039e83099cfb2a828795d39699dbb65 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick 2.0
import QtQuick.Scene3D 2.0

Scene3D {
    focus: true
    aspects: "input"
    AnimatedEntity {}
}