"git@transfer.hft-stuttgart.de:co2ampel/ampel-firmware.git" did not exist on "ea4f090d15545ccd2a66fa75be5c66c92116a80b"
Commit 70899d1c authored by Thapa's avatar Thapa
Browse files

Update 1-Cube.html

parent 56d9e19b
Pipeline #8093 passed with stage
in 5 seconds
......@@ -27,10 +27,10 @@ async function activateXR() {
const materials = [
new THREE.MeshNormalMaterial({color: 0x000000}),
new THREE.MeshBasicMaterial({color: 0x744700}),
new THREE.MeshBasicMaterial({color: 0x744700}),
new THREE.MeshBasicMaterial({color: 0x000000}),
new THREE.MeshPhongMaterial({color: 0x744700}),
new THREE.MeshLambertMaterial({color: 0x000000}),
new THREE.MeshBasicMaterial({color: 0xffffff}),
new THREE.MeshBasicMaterial({color: 0xffffff})
new THREE.MeshNormalMaterial({color: 0xffffff})
];
// 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