diff --git a/src/hub.html b/src/hub.html index 62d8b2c5eeb0838b8a18b4dd699708114ce317c0..a4eff0a0038a245bba16c6645821bf3f74623928 100644 --- a/src/hub.html +++ b/src/hub.html @@ -431,6 +431,10 @@ </a-entity> </template> + <template data-name="Head"> + <a-entity id="player-head" visible="false" bone-visibility></a-entity> + </template> + <template data-name="LeftHand"> <a-entity bone-visibility hover-visuals="hand: left; controller: #player-left-controller"></a-entity> </template> @@ -439,9 +443,6 @@ <a-entity bone-visibility hover-visuals="hand: right; controller: #player-right-controller"></a-entity> </template> - <template data-name="RightHand"> - <a-entity bone-visibility></a-entity> - </template> </a-entity> </a-entity>