Skip to content

Commit 390e465

Browse files
committed
add some documentation
1 parent fbf4a33 commit 390e465

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/meshes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ On a larger scale this can be useful for memory and performance reason, e.g. whe
3535
It can also simplify some definitions, like for example `Rect3`.
3636
In that case we have 8 positions and 6 normals with FaceViews, or 24 without (assuming per-face normals).
3737

38+
For the relatively common case of per-face data, you can use the `per_face` convenience function.
39+
40+
```@docs
41+
per_face
42+
```
3843

3944
## MetaMesh
4045

0 commit comments

Comments
 (0)