I have a DelaunayTriangulation.Triangulation that contains 3D points.
I want to plot it using Makie, but I’ve only seen that 2D triangulations can be plotted directly using triplot. If I try to triplot the 3D triangulation I get the projection into 2D.
Is there a way to plot it directly? Or transform the triangulation into a Mesh type from GeometryBasics.jl that is supported?