Commit f181eb31 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent 396471da
Pipeline #9435 passed with stage
in 9 seconds
...@@ -26,11 +26,6 @@ async function activateXR() { ...@@ -26,11 +26,6 @@ async function activateXR() {
// Add lighting to the scene // Add lighting to the scene
const light = new THREE.DirectionalLight(0xffffff, 1); const light = new THREE.DirectionalLight(0xffffff, 1);
light.position.set(1, 1, 1).normalize(); light.position.set(1, 1, 1).normalize();
scene.add(light);
// Add lighting to the house scene
const light = new THREE.DirectionalLight(0xffffff, 1);
light.position.set(1, 1, 1).normalize();
scene.add(light); scene.add(light);
const ambientLight = new THREE.AmbientLight(0x404040); // soft white light const ambientLight = new THREE.AmbientLight(0x404040); // soft white light
......
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