Commit aa6b60af authored by Arif's avatar Arif
Browse files

Update 1-Cube.html

parent a5bf41d3
Pipeline #8322 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: #E9FF00}),
new THREE.MeshBasicMaterial({color: #1BFF00}),
new THREE.MeshBasicMaterial({color: #00FFF2}),
new THREE.MeshBasicMaterial({color: #0046FF}),
new THREE.MeshBasicMaterial({color: #DA00FF}),
new THREE.MeshBasicMaterial({color: #FF0013})
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})
];
......
Supports Markdown
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