Commit bf58ad22 authored by Acosta Vega's avatar Acosta Vega
Browse files

Update index.html

parent ab3dd384
Pipeline #9665 passed with stage
in 6 seconds
...@@ -17,7 +17,7 @@ async function activateXR() { ...@@ -17,7 +17,7 @@ async function activateXR() {
const scene = new THREE.Scene(); const scene = new THREE.Scene();
const materials = [ const materials = [
new THREE.MeshBasicMaterial({color: 0xff0000}), new THREE.MeshBasicMaterial({color: 0xA94378}),
new THREE.MeshBasicMaterial({color: 0x0000ff}), new THREE.MeshBasicMaterial({color: 0x0000ff}),
new THREE.MeshBasicMaterial({color: 0x00ff00}) new THREE.MeshBasicMaterial({color: 0x00ff00})
]; ];
......
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