Skip to content

Commit

Permalink
Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Feb 26, 2024
1 parent c546e7e commit 89b6d34
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/visualize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,7 @@ function visualize(
Makie.mesh(GeometryBasics.normal_mesh(m); kwargs...)
end

function visualize!(
axis3::Makie.Axis3,
v::VoxelGrid,
args...;
kwargs...,
)
function visualize!(axis3::Makie.Axis3, v::VoxelGrid, args...; kwargs...)
plt = visualize(v, args..., ; kwargs...)
Makie.mesh!(axis3, plt.plot.input_args[1].val; plt.plot.attributes...)
end
Expand Down

0 comments on commit 89b6d34

Please sign in to comment.