Skip to content
Snippets Groups Projects
Commit ee109b07 authored by Robert Long's avatar Robert Long
Browse files

Remove console log and add directional light.

parent b0371c97
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,9 @@
</a-gltf-entity>
</a-entity>
<!-- Lights -->
<a-entity light="type: directional; color: #F9FFCE; intensity: 0.6" position="0.002 5.231 -15.3"></a-entity>
<!-- Environment -->
<a-gltf-entity
id="meeting-space"
......
......@@ -47,7 +47,6 @@ const qs = queryString.parse(location.search);
const isMobile = AFRAME.utils.device.isMobile();
if (qs.quality) {
console.log(qs.quality);
AFRAME.quality = qs.quality;
} else {
AFRAME.quality = isMobile ? "low" : "high";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment