This project allows you to explore many properties of polyhedra. This is attempting to be a mini museum for polyhedron. Move your mouse to/tap the right of the screen to reveal touch controls. The "i" in the bottom right allows you to turn on info mode. Hover over various icons, when the mouse turns into a question mark click for more information. Quick keys. Arrows keys to rotate. i: Turn on info mode
Since my platonic solid exploratorium the main features I have added are truncation and cantellation (also called expansion). With these two operations you can obtain 9 of the 13 Archimedean solids from platonic solids. These are shapes have have two or more regular polygons for sides. the other 4 you need to modify Archimedean solids. In the future I hope to construct these as well as create the dual solids know as the Catalan solids. For more info about topics from this projects Platonic Solids https://en.wikipedia.org/wiki/Platonic_solid Archimedean Solid https://en.wikipedia.org/wiki/Archimedean_solid Polyhedral Net https://en.wikipedia.org/wiki/Net_(polyhedron) Dual Polyhedra https://en.wikipedia.org/wiki/Dual_polyhedron Augmented Polyhedron https://mathworld.wolfram.com/Augmentation.html Schlegel diagrams https://en.wikipedia.org/wiki/Schlegel_diagram Planar Graph https://en.wikipedia.org/wiki/Planar_graph#Dual_graph Truncation https://en.wikipedia.org/wiki/Truncation_(geometry) Cantellation https://en.wikipedia.org/wiki/Cantellation_(geometry) This project uses quaternions for rotations. This allows for quick computation as well as an efficient way to keep track of all combined rotations. For more information see: https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation This project uses "Faster Triangle Filler" https://scratch.mit.edu/projects/24828481/ by @TheLogFather. Also the idea for rendering sides by depth I got from looking at projects from