File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments