Skip to content

Commit 5dad870

Browse files
committed
Remove white stuff
1 parent 282ed39 commit 5dad870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/VortexStepMethodMakieExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ function Makie.plot!(ax, panel::VortexStepMethod.Panel; color=(:red, 0.2), R_b_w
1515
points = [Point3f(R_b_w * p + T_b_w) for p in points]
1616
end
1717
faces = [Makie.GLTriangleFace(1, 2, 3), Makie.GLTriangleFace(1, 3, 4)]
18-
p = mesh!(ax, points, faces; color, kwargs...)
18+
p = mesh!(ax, points, faces; color, transparency=true, kwargs...)
1919
push!(plots, p)
2020
border_points = [points..., points[1]]
21-
p = lines!(ax, border_points; color=:black)
21+
p = lines!(ax, border_points; color=:black, transparency=true, kwargs...)
2222
push!(plots, p)
2323
return plots
2424
end

0 commit comments

Comments
 (0)