3D view now shows lights and added double spinbox

This commit is contained in:
2023-02-22 01:25:32 +01:00
parent a0b77ead41
commit 58c65c73f2
9 changed files with 113 additions and 526 deletions

View File

@@ -39,8 +39,6 @@ qt_add_qml_module(appscheincommander
icons/nebelmaschine.png
icons/rgbstrahler.png
ui-icons/MaterialIcons-Regular.ttf
models/cube.obj
textures/cubetexture.png
QML_FILES
main.qml
HomePage.qml
@@ -63,6 +61,7 @@ qt_add_qml_module(appscheincommander
AnimatedInputPanel.qml
AnimatedStackView.qml
Devices3dView.qml
DoubleSpinBox.qml
)
add_definitions(-DCMAKE_PROJECT_VERSION=${CMAKE_PROJECT_VERSION})