Commit e514fdee authored by Tsymbal's avatar Tsymbal
Browse files

Update public/index.html

parent 6b4ab492
Pipeline #8143 passed with stage
in 4 seconds
......@@ -25,11 +25,11 @@ async function activateXR() {
// The cube will have a different color on each side.
const materials = [
new THREE.MeshBasicMaterial({color: 0xffc0cb}),
new THREE.MeshBasicMaterial({color: 0xffc0cb}),
new THREE.MeshBasicMaterial({color: 0xffc0cb}),
new THREE.MeshBasicMaterial({color: 0xffc0cb}),
new THREE.MeshBasicMaterial({color: 0xffc0cb}),
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})
];
......
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