From 7f1b7745ed98eee366583a89e33aa486b79ba33a Mon Sep 17 00:00:00 2001
From: Robert Long <robert@robertlong.me>
Date: Fri, 4 May 2018 17:13:04 -0700
Subject: [PATCH] Force antialias on by default.

---
 src/hub.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/hub.html b/src/hub.html
index ea2cff76b..4d0036bcc 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -28,6 +28,7 @@
     </audio>
 
     <a-scene
+        renderer="antialias: true"
         networked-scene="adapter: janus; audio: true; debug: true; connectOnLoad: false;"
         physics="gravity: -6;"
         mute-mic="eventSrc: a-scene; toggleEvents: action_mute"
-- 
GitLab