From 8b7b7d2f6952f6e0bbe4942964eb5af0ede15e79 Mon Sep 17 00:00:00 2001 From: Kevin Lee <klee@mozilla.com> Date: Fri, 6 Apr 2018 14:28:37 -0700 Subject: [PATCH] add back in spawner --- src/hub.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/hub.html b/src/hub.html index b7ad91d9d..a18d5159b 100644 --- a/src/hub.html +++ b/src/hub.html @@ -183,6 +183,15 @@ <!-- Interactables --> <a-entity id="counter" networked-counter="max: 3; ttl: 120"></a-entity> + <a-entity + gltf-model-plus="src: #interactable-duck" + scale="2 2 2" + class="interactable" + super-spawner="template: #interactable-template;" + position="2.5 1.2 0" + body="mass: 0; type: static; shape: box;" + ></a-entity> + <a-entity id="super-cursor" super-cursor="cursor: #3d-cursor; camera: #player-camera;" -- GitLab