Commit 818fb19f authored by Azizi's avatar Azizi
Browse files

Update 1-Cube.html

parent f8740e25
Pipeline #8321 passed with stage
in 5 seconds
...@@ -26,11 +26,11 @@ async function activateXR() { ...@@ -26,11 +26,11 @@ 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: #00ff00}), new THREE.MeshBasicMaterial({color: #00ff00}),
new THREE.MeshBasicMaterial({color: #0000ff}), new THREE.MeshBasicMaterial({color: #00ff00}),
new THREE.MeshBasicMaterial({color: #FFE565}), new THREE.MeshBasicMaterial({color: #00ff00}),
new THREE.MeshBasicMaterial({color: #665500}), new THREE.MeshBasicMaterial({color: #00ff00}),
new THREE.MeshBasicMaterial({color: #65e5ff}), new THREE.MeshBasicMaterial({color: #00ff00}),
new THREE.MeshBasicMaterial({color: #DCFECC}) new THREE.MeshBasicMaterial({color: #00ff00})
]; ];
// Create the cube and add it to the demo scene. // 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