You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ func main() {
31
31
fullscreen:=flag.Bool("fullscreen", false, "start in full screen")
32
32
hideControls:=flag.Bool("hidecontrols", false, "hide every panel and control, showing only the flow image (kiosk mode)")
33
33
substepsFlag:=flag.Int("substeps", substeps, "solver steps per displayed frame; lower this on slower hardware to trade physical accuracy for CPU headroom")
34
+
maxKn:=flag.Float64("max-kn", 25, "wind speed, in knots, the legend's \"Wind speed\" line reads at full slider/knob speed -- calibrate this to whatever real aircraft the exhibit demonstrates")
0 commit comments