Skip to content

Commit

Permalink
Next try
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 23, 2024
1 parent bad9424 commit f9fcee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viewer3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ function set_status(kv::AKV, status_text)
end

function Viewer3D(show_kite=true, autolabel="Autopilot"; precompile=false)
global last_status
fig = Figure(size=(840, 900), backgroundcolor=RGBf(0.7, 0.8, 1))
sub_fig = fig[1,1]
scene2D = LScene(fig[3,1], show_axis=false, height=16)
Expand Down

0 comments on commit f9fcee7

Please sign in to comment.