website/fun/dodecahedra/index.html

46 lines
1.4 KiB
HTML
Raw Normal View History

2021-05-21 03:14:27 +00:00
<!DOCTYPE html>
<html>
2021-06-24 15:38:24 +00:00
<head>
<title>Dodecahedra</title>
2021-06-30 22:43:53 +00:00
<link href="/style.css" rel="stylesheet" type="text/css" />
2021-06-24 15:38:24 +00:00
</head>
2021-05-21 03:14:27 +00:00
<body>
2021-06-30 22:43:53 +00:00
<div>
2021-05-21 03:14:27 +00:00
<br>
2021-06-24 15:39:57 +00:00
<h2>Dodecahedra</h2>
2021-05-21 03:14:27 +00:00
<br>
<img src="origami-dodecahedron-adjusted.png" alt="Origami dodecahedron" height="324" width="324">
<br>
<br>
2021-06-30 22:43:53 +00:00
<p>
2021-05-21 03:14:27 +00:00
The dodecahedron on the front page, folded out of a single sheet of paper!
2021-06-30 22:43:53 +00:00
</p>
2021-05-21 03:14:27 +00:00
<br>
<br>
2021-06-30 22:43:53 +00:00
<img src="render-cropped.png" alt="Blender dodecahedron" height="324" width="324">
2021-05-21 03:14:27 +00:00
<br>
<br>
2021-06-30 22:43:53 +00:00
<p>
2021-05-21 03:14:27 +00:00
A nice dodecahedron that I made in Blender.
2021-06-30 22:43:53 +00:00
</p>
2021-05-21 03:14:27 +00:00
<br>
<br>
<img src="render.gif" alt="Blender animated dodecahedron" height="324" width="324">
<br>
<br>
2021-06-30 22:43:53 +00:00
<p>
2021-05-21 03:14:27 +00:00
Here's an animated version that only took a few hours to render.
2021-06-30 22:43:53 +00:00
</p>
2021-05-21 03:14:27 +00:00
<br>
<br>
<img src="1365-1024.jpg" alt="Lego dodecahedron" height="324" width="432">
<br>
<br>
2021-06-30 22:43:53 +00:00
<p>
2021-05-21 03:14:27 +00:00
What if I told you this clever design only uses 120x 2x2 bricks and 60x black pins? That's it! You can do some pretty cool things with even the most basic pieces!
2021-06-30 22:43:53 +00:00
</p>
2021-05-21 03:14:27 +00:00
<br>
</div>
</body>
</html>