From f3aad6391809c86660c0d6dfeec2cfe5d3a644b5 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 24 Nov 2022 18:57:04 +0100 Subject: [PATCH] add dat.gui lib --- README.md | 3 +++ index.html | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 3efb288..88fcb7b 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,8 @@ $ ./run.sh - Télécharger [ThreeJS](https://github.com/mrdoob/three.js) et placer le fichier [`.js`](https://unpkg.com/three@0.146.0/build/three.min.js) dans [`js/lib`](./js/lib/). +- Télécharger [dat.gui](https://github.com/dataarts/dat.gui) et placer le + fichier [`.js`](https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.9/dat.gui.min.js) dans + [`js/lib`](./js/lib/). - Placer une image `player.png` dans le dossier [`assets/images`](./assets/images/). diff --git a/index.html b/index.html index 9211f79..122566d 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,8 @@ + +