You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ The library provides a variety of so called mesh 'Creators' to construct various
172
172
More precisely the 'FactoryMethod' / 'Builder' pattern was applied for this purpose. A mesh creator works like a classis builder.
173
173
The creator differs mainly in two points from a classic builder. We also provide getters and chaining was left out.
174
174
In the meantime the library contains 100+ different mesh creators divided in various categories.
175
-
Get a first impression and overview here: [Mesh Creators](https://github.com/ArtifactForms/MeshLibCoreClean2022/blob/master/MeshLibCoreClean2022/documentation/documentation.md).
175
+
Get a first impression and overview here: [Mesh Creators](documentation/documentation.md).
176
176
Each creator derives from the 'IMeshCreator' interface. The following code example shows the mentioned root interface for all mesh creators.
0 commit comments