diff --git a/gui.js b/gui.js index 921a98f..cf202d5 100644 --- a/gui.js +++ b/gui.js @@ -45,7 +45,7 @@ class FourDGUI { }; this.gui.add(this.params, 'shape', - [ '5-cell', '16-cell', 'tesseract', + [ 'dodecahedron', '5-cell', '16-cell', 'tesseract', '24-cell', '600-cell', '120-cell' ] ).onChange(changeShape) this.gui.add(this.params, 'inscribed').onChange(changeShape); diff --git a/index.html b/index.html index 06b97bd..b47d8fa 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,6 @@