Commit 14bf0fb1 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent 89b65a36
Pipeline #9352 passed with stage
in 7 seconds
...@@ -25,12 +25,12 @@ async function activateXR() { ...@@ -25,12 +25,12 @@ async function activateXR() {
// The cube will have a different color on each side. // The cube will have a different color on each side.
const materials = [ const materials = [
new THREE.MeshBasicMaterial({color: 0x900C3F}), new THREE.MeshBasicMaterial({color: 0xff0000}),
new THREE.MeshBasicMaterial({color: 0xFF5733}), new THREE.MeshBasicMaterial({color: 0x0000ff}),
new THREE.MeshBasicMaterial({color: 0xC70039}), new THREE.MeshBasicMaterial({color: 0x00ff00}),
new THREE.MeshBasicMaterial({color: 0xDAF7A6}), new THREE.MeshBasicMaterial({color: 0xff00ff}),
new THREE.MeshBasicMaterial({color: 0x581845}), new THREE.MeshBasicMaterial({color: 0x00ffff}),
new THREE.MeshBasicMaterial({color: 0xE8EF0D}) new THREE.MeshBasicMaterial({color: 0xffff00})
]; ];
// Create the cube and add it to the demo scene. // 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