Skip to content

Commit efd54fb

Browse files
Update workspace.md
1 parent 145b598 commit efd54fb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

documentation/workspace.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ These modifiers perform operations such as bevel vertices, drilling holes, subdi
179179

180180
**A concrete example:**
181181

182+
```java
182183
package workspace.examples;
183184

184185
import mesh.Mesh3D;
@@ -226,9 +227,12 @@ public class WS_FirstMeshModification extends PApplet {
226227
workspace.draw(mesh);
227228
}
228229
}
230+
```
229231

230232
**What happens here:**
231-
By combining these modifiers, we transform a simple cube into a more complex shape with rounded edges, holes, and depth. This example showcases the library's flexibility and the ease of creating intricate geometries.
233+
By combining these modifiers, we transform a simple cube into a more complex shape with
234+
rounded edges, holes, and depth. This example showcases the library's flexibility and
235+
the ease of creating intricate geometries.
232236

233-
Experiment yourself!
237+
**Experiment yourself!**
234238
Try different combinations of modifiers and adjust the parameters to create your own unique shapes.

0 commit comments

Comments
 (0)