Did some line wrapping on markdown content.

This commit is contained in:
2024-10-28 16:54:55 +02:00
parent 060f1f16b6
commit ea2be4e354
17 changed files with 215 additions and 167 deletions

View File

@@ -24,4 +24,7 @@ image=""
#### Create 3D models by adding and subtracting shapes, instead of dealing with vertices and faces.
Traditional 3D programs are staggeringly complex and difficult to learn. I wanted to see what it would be like to use constructive solid geometry (CSG) to remove the need for the user to understand vertices, faces, and all the various operations you can do to them. By placing shapes in space, you can create both organic and mechanical shapes, the way a child might play with blocks.
Traditional 3D programs are staggeringly complex and difficult to learn. I wanted to see what it would
be like to use constructive solid geometry (CSG) to remove the need for the user to understand vertices,
faces, and all the various operations you can do to them. By placing shapes in space, you can create
both organic and mechanical shapes, the way a child might play with blocks.