Closed cdsousa closed 3 years ago
There is the so far experimental triplot! which probably will be renamed to trisurf! which can be developed in this direction. The API can be something like:
trisurf!(pts, tris; color, kwargs...)
and it would be based on vtk.js .
This is great! It works already fairly well, thanks.
Hi, is it possible or is it planned to have support for meshes like in Plotly https://plotly.com/julia/3d-mesh/ or Makie https://makie.juliaplots.org/dev/examples/plotting_functions/mesh/ ?