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: documentation/modifiers.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,55 @@ shapes and effects.
9
9
10
10
By following these guidelines and understanding the core concepts of mesh modifiers, you can create a wide range of 3D models and effects.
11
11
12
+
The library offers a versatile set of pre-built modifiers, each adhering to the IMeshModifier interface. If you aim to extend the library with custom modifiers, ensuring adherence to this interface is crucial.
13
+
14
+
**Applying Modifications**
15
+
16
+
You can apply modifications to a mesh in two primary ways:
0 commit comments