Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
cartesian-theatrics committed May 18, 2024
1 parent 5b22988 commit 5ff96b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ You can loft between a sequence of cross-sections with `loft`. Edges are constru

![Loft Example](https://github.com/SovereignShop/plexus/blob/main/resources/images/loft-example.png)

Lofted sections can be bimorphic.
Lofted sections don't need to be isomorphic.

``` clojure
(-> (extrude
Expand All @@ -169,7 +169,7 @@ Lofted sections can be bimorphic.
(translate :x -8)
(set :cross-section (m/difference (m/circle 20) (m/circle 18)))
(forward :length 20)])))
(export "bimorphic-loft.glb" (m/material :color [0 0.7 0.7 1.0] :metalness 0.2)))
(export "monomorphic-loft.glb" (m/material :color [0 0.7 0.7 1.0] :metalness 0.2)))
```

![Loft Example 2](resources/images/bimorphic-loft.png)
Expand Down

0 comments on commit 5ff96b3

Please sign in to comment.