Skip to content

Commit 6d48d71

Browse files
authored
Merge pull request #163 from alhirzel/improve-mesh-docs
docs: reference accessor functions for mesh data
2 parents c4b7cb5 + c313462 commit 6d48d71

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/src/meshes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,17 @@
88
## How to create a mesh
99

1010
### Meshing.jl
11+
12+
### MeshIO.jl
13+
14+
The [`MeshIO.jl`](https://github.com/JuliaIO/MeshIO.jl) package provides load/save support for several file formats which store meshes.
15+
16+
## How to access data
17+
18+
The following functions can be called on an [`AbstractMesh`](@ref) to access its underlying data.
19+
20+
* [`faces`](@ref)
21+
* [`coordinates`](@ref)
22+
* [`texturecoordinates`](@ref)
23+
* [`normals`](@ref)
24+

0 commit comments

Comments
 (0)