Commit ef563f1e authored by Arif's avatar Arif
Browse files

Update 1-Cube.html

parent 2d20a74c
Pipeline #8318 passed with stage
in 4 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: E9FF00}), new THREE.MeshBasicMaterial({color: #E9FF00}),
new THREE.MeshBasicMaterial({color: 1BFF00}), new THREE.MeshBasicMaterial({color: #1BFF00}),
new THREE.MeshBasicMaterial({color: 00FFF2}), new THREE.MeshBasicMaterial({color: #00FFF2}),
new THREE.MeshBasicMaterial({color: 0046FF}), new THREE.MeshBasicMaterial({color: #0046FF}),
new THREE.MeshBasicMaterial({color: DA00FF}), new THREE.MeshBasicMaterial({color: #DA00FF}),
new THREE.MeshBasicMaterial({color: FF0013}) new THREE.MeshBasicMaterial({color: #FF0013})
]; ];
......
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