Skip to content

Commit

Permalink
model vertical position adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonEvmenenko committed Feb 3, 2024
1 parent 31224f9 commit 43bce5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/Viewer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ View3D {
id: originNode
PerspectiveCamera {
id: cameraNode
position: Qt.vector3d(0, 0, 135)
position: Qt.vector3d(0, -5, 135)

}

Expand Down

0 comments on commit 43bce5e

Please sign in to comment.