Optimal 3D Scene

 // Copyright (C) 2020 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

 import QtQuick 2.12
 import Optimal3DScene 1.0

 Item {
     width: Constants.width
     height: Constants.height

     Screen01 {
     }
 }