Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* **HolesModifier:** Creates holes in the mesh.
* **InsetModifier:** Insets the faces of the mesh inward.
* **NoiseModifier:** Adds noise to the vertex positions of the mesh. **Normals!**
* **PushPullModifier:** Pushes or pulls the faces of the mesh along their normals.
* **PushPullModifier:** Pushes or pulls vertices towards or away from a specified center point.
* **RemoveDoubleVerticesModifier:** Removes duplicate vertices from the mesh.
* **RotateXModifier:** Rotates the mesh around the X-axis.
* **RotateYModifier:** Rotates the mesh around the Y-axis.
Expand Down
Loading