Commit 971cbee3 authored by Azizi's avatar Azizi
Browse files

Update 1-Cube.html

parent 29427f96
Pipeline #8315 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: #23C2B2}),
new THREE.MeshBasicMaterial({color: #458F87}),
new THREE.MeshBasicMaterial({color: #14F55F}),
new THREE.MeshBasicMaterial({color: #F65195}),
new THREE.MeshBasicMaterial({color: #C223B4}),
new THREE.MeshBasicMaterial({color: #F9BE42})
new THREE.MeshBasicMaterial({color: #ff0000}),
new THREE.MeshBasicMaterial({color: #ffbf00}),
new THREE.MeshBasicMaterial({color: #ffff00 }),
new THREE.MeshBasicMaterial({color: #00ff00 }),
new THREE.MeshBasicMaterial({color: #0040ff}),
new THREE.MeshBasicMaterial({color: #ff0000})
];
// Create the cube and add it to the demo scene.
......
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