From 7502cbb120fecd147dfd9cff4d0a52ed51677a22 Mon Sep 17 00:00:00 2001 From: Thapa <luxthapa6363@gmail.com> Date: Tue, 20 Jun 2023 15:08:16 +0000 Subject: [PATCH] Update 1-Cube.html --- public/1-Cube.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/1-Cube.html b/public/1-Cube.html index c3759eb..9bdec17 100644 --- a/public/1-Cube.html +++ b/public/1-Cube.html @@ -25,12 +25,12 @@ async function activateXR() { // The cube will have a different color on each side. const materials = [ - new THREE.MeshBasicMaterial({color: 0xff0000}), - new THREE.MeshBasicMaterial({color: 0x0000ff}), - new THREE.MeshBasicMaterial({color: 0x00ff00}), - new THREE.MeshBasicMaterial({color: 0xff00ff}), - new THREE.MeshBasicMaterial({color: 0x00ffff}), - new THREE.MeshBasicMaterial({color: 0xffff00}) + new THREE.MeshBasicMaterial({color: 0x744700}), + new THREE.MeshBasicMaterial({color: 0x744700}), + new THREE.MeshBasicMaterial({color: 0x744700}), + new THREE.MeshBasicMaterial({color: 0x744700}), + new THREE.MeshBasicMaterial({color: 0x744700}), + new THREE.MeshBasicMaterial({color: 0x744700}) ]; // Create the cube and add it to the demo scene. -- GitLab