Commit 6b4ab492 authored by Tsymbal's avatar Tsymbal
Browse files

Update public/index.html

parent c8816388
Pipeline #8142 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: 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: 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: 0xffc0cb})
];
// 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