Skip to content
Snippets Groups Projects
Commit ff4a84e0 authored by Tomi Korpipää's avatar Tomi Korpipää
Browse files

Fxi scale mode in kria

parent 5d7c05bc
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ Window {
visible: true
color: "#000000"
title: "Qt 3D Studio Kria 3D Cluster Demo"
// visibility: Window.FullScreen
visibility: Window.FullScreen
property bool startupAnimation: true
property bool allowSelection: true
......@@ -94,15 +94,17 @@ Window {
Studio3D {
id: studio3D
width: parent.width
height: parent.height
anchors.verticalCenter: parent.verticalCenter
anchors.fill: parent
onFrameUpdate: {
frames++;
avgFrames++;
}
ViewerSettings {
scaleMode: ViewerSettings.ScaleModeFit
}
Presentation {
id: cluster
source: "qrc:/presentation/mainPresentation.uia"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment