Commit 1e8ce704 authored by Tsymbal's avatar Tsymbal
Browse files

Update public/index.html

parent e514fdee
Pipeline #8144 passed with stage
in 5 seconds
......@@ -25,12 +25,12 @@ async function activateXR() {
// The cube will have a different color on each side.
const materials = [
new THREE.MeshBasicMaterial({color: 0xffd1dc}),
new THREE.MeshBasicMaterial({color: 0xb0e0e6}),
new THREE.MeshBasicMaterial({color: 0xafeeee}),
new THREE.MeshBasicMaterial({color: 0x98fb98}),
new THREE.MeshBasicMaterial({color: 0xffb6c1}),
new THREE.MeshBasicMaterial({color: 0xff69b4}),
new THREE.MeshBasicMaterial({color: 0xff1493}),
new THREE.MeshBasicMaterial({color: 0xdb7093}),
new THREE.MeshBasicMaterial({color: 0xc71585}),
new THREE.MeshBasicMaterial({color: 0xffc0cb})
new THREE.MeshBasicMaterial({color: 0xffdab9})
];
// Create the cube and add it to the demo scene.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment