Skip to content

Commit

Permalink
limit max fov to pi
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Mar 3, 2023
1 parent dc0e7d0 commit 948d28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/plugins/view_angle/ViewAngle.qml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ ColumnLayout {
Layout.row: 0
Layout.column: 1
value: ViewAngle.horizontalFOV
maximumValue: 5
maximumValue: 3.14159
minimumValue: 0.000001
decimals: 6
stepSize: 0.01
Expand Down

0 comments on commit 948d28f

Please sign in to comment.