We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c546e7e commit 89b6d34Copy full SHA for 89b6d34
src/visualize.jl
@@ -97,12 +97,7 @@ function visualize(
97
Makie.mesh(GeometryBasics.normal_mesh(m); kwargs...)
98
end
99
100
-function visualize!(
101
- axis3::Makie.Axis3,
102
- v::VoxelGrid,
103
- args...;
104
- kwargs...,
105
-)
+function visualize!(axis3::Makie.Axis3, v::VoxelGrid, args...; kwargs...)
106
plt = visualize(v, args..., ; kwargs...)
107
Makie.mesh!(axis3, plt.plot.input_args[1].val; plt.plot.attributes...)
108
0 commit comments