Skip to content

Commit

Permalink
Update mesh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Jul 19, 2023
1 parent 58857e3 commit 5f9c079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/plotting_functions/mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 5f9c079

Please sign in to comment.