From a4f60d917003ba61f500a81bb7ea532cbd149642 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Sat, 14 Dec 2024 14:49:47 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index b3999cb..3624404 100644 --- a/public/index.html +++ b/public/index.html @@ -80,6 +80,7 @@ } </style> <script src="https://unpkg.com/three@0.126.0/build/three.js"></script> + <script src="https://unpkg.com/three-mesh-ui@6.4.1/build/three-mesh-ui.js"></script> <script src="https://unpkg.com/three@0.126.0/examples/js/loaders/GLTFLoader.js"></script> </head> <body> -- GitLab