From e4c9ab8e7eea8c7612e316321a703b016b833892 Mon Sep 17 00:00:00 2001 From: Jure Triglav Date: Wed, 16 Dec 2020 19:43:06 +0100 Subject: [PATCH] Update README with link to video demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0292179..8257b91 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # aframe-blink-controls +[Video demo](https://twitter.com/JureTriglav/status/1339199724520435718?s=20) + This component adds teleport with rotation to A-Frame applications! It's a modified version of the [`aframe-teleport-controls`](https://github.com/fernandojsg/aframe-teleport-controls) component by @fernandojsg, and the main changes are: added support for rotation, removed line teleport option, added support for thumbsticks, calculation of parabolic roots for accurate longer teleport rays. This is a work in progress to support an experimental project and currently the only tested device is a first generation Oculus Quest. It should work on the second generation Oculus Quest as well, as the events are the same, though support for HTC Vive or Valve Index controllers is only theoretical/untested, as I don't have a way of testing it. PRs welcome! Screenshot