Commit df744ae1 authored by Azizi's avatar Azizi
Browse files

Update 1-Cube.html

parent bd1b96a0
Pipeline #8331 passed with stage
in 5 seconds
...@@ -25,11 +25,11 @@ async function activateXR() { ...@@ -25,11 +25,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: 0xffff00}), new THREE.MeshBasicMaterial({color: 0xff8c00}),
new THREE.MeshBasicMaterial({color: 0xff00ff}), new THREE.MeshBasicMaterial({color: 0x2f4f4f}),
new THREE.MeshBasicMaterial({color: 0x0000ff}), new THREE.MeshBasicMaterial({color: 0x008b8b}),
new THREE.MeshBasicMaterial({color: 0xff00ff}), new THREE.MeshBasicMaterial({color: 0x6495ed}),
new THREE.MeshBasicMaterial({color: 0xffebcd}), new THREE.MeshBasicMaterial({color: 0xb22222}),
new THREE.MeshBasicMaterial({color: 0xff0000}) new THREE.MeshBasicMaterial({color: 0xff0000})
]; ];
......
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