From 2fb0584efa85eb634e9441fc4633cec37257aef3 Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Thu, 2 Nov 2017 14:21:48 -0700 Subject: [PATCH] reduce unecessary sphere geometry --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 5c5d46b4d..3735df8bb 100644 --- a/public/index.html +++ b/public/index.html @@ -55,7 +55,7 @@ </a-assets> <a-entity id="player-rig" networked wasd-controls snap-rotation="pivotSrc: #head"> - <a-sphere scale="0.1 0.1 0.1"></a-sphere> + <a-sphere scale="0.1 0.1 0.1" segments-height="6" segments-width="8"></a-sphere> <a-entity id="head" camera="userHeight: 1.6" personal-space-bubble look-controls networked="template:#head-template;showLocalTemplate:false;"></a-entity> <a-entity id="nametag" networked="template:#nametag-template;showLocalTemplate:false;"></a-entity> -- GitLab