Skip to content

Commit

Permalink
Update sketch_2024_12_18.py
Browse files Browse the repository at this point in the history
  • Loading branch information
villares committed Dec 19, 2024
1 parent a338189 commit 4f05f13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2024/sketch_2024_12_18/sketch_2024_12_18.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def dodecahedron(radius):
a = radius / 1.618033989
b = radius
c = 0.618033989 * a
global verts, faces
verts = np.array([
(a, a, a), (a, a, -a), (a, -a, a), (a, -a, -a), (-a, a, a),
(-a, a, -a), (-a, -a, a), (-a, -a, -a), (0, c, b), (0, c, -b),
Expand Down

0 comments on commit 4f05f13

Please sign in to comment.