Commit 56d9e19b authored by Thapa's avatar Thapa
Browse files

Update 1-Cube.html

parent 838299a1
Pipeline #8089 passed with stage
in 5 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.MeshNormalMaterial({color: 0x000000}),
new THREE.MeshBasicMaterial({color: 0x744700}),
new THREE.MeshBasicMaterial({color: 0x744700}),
new THREE.MeshBasicMaterial({color: 0x000000}), new THREE.MeshBasicMaterial({color: 0x000000}),
new THREE.MeshBasicMaterial({color: 0x444444}), new THREE.MeshBasicMaterial({color: 0xffffff}),
new THREE.MeshBasicMaterial({color: 0x5b5b5b}), new THREE.MeshBasicMaterial({color: 0xffffff})
new THREE.MeshBasicMaterial({color: 0x999999}),
new THREE.MeshBasicMaterial({color: 0xbcbcbc}),
new THREE.MeshBasicMaterial({color: 0xeeeeee})
]; ];
// Create the cube and add it to the demo scene. // Create the cube and add it to the demo scene.
......
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