moveable teleporter demo via target

teleport
Fabien Benetou 4 months ago
parent f9953f151d
commit 92793dbebf
  1. 2
      index.html

@ -347,6 +347,8 @@ setTimeout( _ => {
<!-- see pinchmoved in primary pinch in jxr-core.js as potential solution --> <!-- see pinchmoved in primary pinch in jxr-core.js as potential solution -->
</a-box> </a-box>
<a-box teleporter height=".1" class="teleportable" material="color: cyan" position="0 0 0" ></a-box> <a-box teleporter height=".1" class="teleportable" material="color: cyan" position="0 0 0" ></a-box>
<a-box target teleporter height=".1" depth=".1" width=".1" class="teleportable" material="color: red" position="0 1 -.5" ></a-box>
</a-scene> </a-scene>
</body> </body>
</script> </script>

Loading…
Cancel
Save