Skip to content

Commit 5070c8d

Browse files
committed
tools: monitor: add training table borders
Signed-off-by: Eric Courtois <eric.courtois@gmail.com>
1 parent ad5dd9e commit 5070c8d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

cogip/tools/monitor/Scene.qml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,36 @@ Item {
580580
objectName: "table"
581581
}
582582

583+
Model {
584+
id: trainingLeftBorder
585+
586+
objectName: "TrainingLeftBorder"
587+
position: Qt.vector3d(-500, 11, 35)
588+
scale: Qt.vector3d(10.44, 0.22, 0.7)
589+
source: "#Cube"
590+
591+
materials: [
592+
DefaultMaterial {
593+
diffuseColor: "#ffeacc61"
594+
}
595+
]
596+
}
597+
598+
Model {
599+
id: trainingTopBorder
600+
601+
objectName: "TrainingTopBorder"
602+
position: Qt.vector3d(11, -750, 35)
603+
scale: Qt.vector3d(0.22, 15.44, 0.7)
604+
source: "#Cube"
605+
606+
materials: [
607+
DefaultMaterial {
608+
diffuseColor: "#ffeacc61"
609+
}
610+
]
611+
}
612+
583613
Model {
584614
id: granary
585615

0 commit comments

Comments
 (0)