diff --git a/docs/examples/plotting_functions/mesh.md b/docs/examples/plotting_functions/mesh.md index 038f6a3b125..693c9e9b508 100644 --- a/docs/examples/plotting_functions/mesh.md +++ b/docs/examples/plotting_functions/mesh.md @@ -30,6 +30,7 @@ scene = mesh(vertices, faces, color = colors, shading = false) \begin{examplefigure}{} ```julia +using GeometryBasics vertices = Point3f[ (cosd(0), sind(0), 0), (cosd(120), sind(120), 0),