From 8dd4045cd9b300313dab6893ebdd56f3cd0fca1a Mon Sep 17 00:00:00 2001 From: Esguerra Montana <32esla1mpg@hft-stuttgart.de> Date: Sun, 9 Jun 2024 18:36:14 +0000 Subject: [PATCH] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 7de3a24..672f8c2 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ async function activateXR() { const scene = new THREE.Scene(); // Color of the torus geometry. -const material = new THREE.MeshLambertMaterial({ color: 0xBF0DEF }); +const material = new THREE.MeshBasicMaterial({color: 0xff0000}); // Create the torus and add it to the demo scene. const torus = new THREE.Mesh( new THREE.TorusKnotGeometry(0.3, 0.2, 64, 8, 2, 3), material); -- GitLab