JuliaGeometry/Meshes.jl

Smoothing option in viz function

Open

#535 opened on Dec 22, 2022

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Julia (98 forks)auto 404
good first issuehelp wantedviz

Repository metrics

Stars
 (460 stars)
PR merge metrics
 (PR metrics pending)

Description

Hello,

I exposed my problem here.

In the given answer, the author uses the Makie.mesh! function to plot the mesh, with the option interpolate=false. Is it possible to have such an option with MeshViz.jl? I took a look at the code and it seems you use Makie.meshscatter!, which does not have this option.

Contributor guide