Commit 13780de8 authored by Arif's avatar Arif
Browse files

Update 1-Cube.html

parent 5e0d3400
Pipeline #8329 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: 0xcfe2f3}),
new THREE.MeshBasicMaterial({color: 0xffe599}),
new THREE.MeshBasicMaterial({color: 0xb6d7a8}),
new THREE.MeshBasicMaterial({color: 0xd5a6bd}),
new THREE.MeshBasicMaterial({color: 0xa40808}),
new THREE.MeshBasicMaterial({color: 0xa40808})
new THREE.MeshBasicMaterial({color: 0xFAA80E}),
new THREE.MeshBasicMaterial({color: 0xFA600E}),
new THREE.MeshBasicMaterial({color: 0xFAF60E}),
new THREE.MeshBasicMaterial({color: 0x8BFA0E}),
new THREE.MeshBasicMaterial({color: 0x0EFAEF}),
new THREE.MeshBasicMaterial({color: 0x1B8FFB})
];
......
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