diff --git a/public/index.html b/public/index.html index 5c5d46b4d292baf9145956bcc633c8c80f827155..3735df8bbc9105f2fd22bedd4c3fc1e015115b6a 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>