Skip to content

Commit a5b25eb

Browse files
Update modifiers.md
1 parent 6e76b9c commit a5b25eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/modifiers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ desired effects.
8080
* **Optimize Modifier Stacks:** For performance reasons, try to minimize the number of modifiers applied to a mesh.
8181

8282
## Basic Modifiers
83-
* **BendModifier:** Bends the mesh along a specified axis.
83+
* **BendModifier:** Bends the mesh along the X-axis.
8484
* **BevelEdgesModifier:** Creates a bevel along the edges of the mesh.
8585
* **BevelFacesModifier:** Creates a bevel around the faces of the mesh.
8686
* **BevelVerticesModifier:** Creates a bevel around the vertices of the mesh.
@@ -98,12 +98,12 @@ desired effects.
9898
* **RotateYModifier:** Rotates the mesh around the Y-axis.
9999
* **RotateZModifier:** Rotates the mesh around the Z-axis.
100100
* **ScaleModifier:** Scales the mesh uniformly or non-uniformly.
101-
* **SmoothModifier:** Smoothes the mesh by averaging vertex positions. **???**
101+
* **SmoothModifier:** Smoothes the mesh by averaging vertex positions.
102102
* **SolidifyModifier:** Adds thickness to the faces of the mesh.
103103
* **SpherifyModifier:** Spherifies the mesh.
104104
* **TranslateModifier:** Translates the mesh.
105105
* **UpdateFaceNormalsModifier** Updates the face normals of the mesh.
106-
* **WireframeModifier:** Converts the mesh to a wireframe representation. **???**
106+
* **WireframeModifier:** Converts the mesh to a wireframe representation.
107107

108108
## Subdivision Modifiers
109109
* **CatmullClarkModifier:** Subdivides the mesh using the Catmull-Clark subdivision scheme.

0 commit comments

Comments
 (0)