diff --git a/docs/index.html b/docs/index.html index 076b55a..8b37d14 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,58 +12,47 @@ font-size: 20px; padding: 10px 20px; } - h1 { - /* font-weight: 300; */ - } a { color: #fdf6e3; - display: block; padding: 15px 0; } + p { + max-width: 80em; + } img { max-width: 320px; } - ul { - display: flex; - list-style: none; - flex-wrap: wrap; - padding: 5px 0 0; - } - ul li { - margin-right: 30px; - padding: 5px 0 30px; - } - ul a { - background-size: cover; - display: block; - padding: 0; - height: 320px; - width: 320px; - } - ul h3, - ul p { - max-width: 320px; + body { + max-width: 50em; + margin: 0 auto; + text-align: center; }

aframe-blink-controls component

+

A blink (teleport) component for A-Frame, based on + @fernandojsg's aframe-teleport-controls but + with added support for rotation & additional fixes.

Warning: This is a WIP teleport with rotation component. Currently only tested with the Oculus Quest 1.

- - - +
+

Usage

+ Detailed instructions can be found in the README. +
+
+

Basic example

+ + +

This is a basic example.

+
+
+
+

Mesh collision example

+ + +

This is an example with a mesh for collision.

+
+
diff --git a/docs/simple/assets/Circle.001.gltf b/docs/mesh/assets/Circle.001.gltf similarity index 100% rename from docs/simple/assets/Circle.001.gltf rename to docs/mesh/assets/Circle.001.gltf diff --git a/docs/simple/assets/Circle.gltf b/docs/mesh/assets/Circle.gltf similarity index 100% rename from docs/simple/assets/Circle.gltf rename to docs/mesh/assets/Circle.gltf diff --git a/docs/simple/assets/Cube.001.gltf b/docs/mesh/assets/Cube.001.gltf similarity index 100% rename from docs/simple/assets/Cube.001.gltf rename to docs/mesh/assets/Cube.001.gltf diff --git a/docs/simple/assets/Cube.gltf b/docs/mesh/assets/Cube.gltf similarity index 100% rename from docs/simple/assets/Cube.gltf rename to docs/mesh/assets/Cube.gltf diff --git a/docs/simple/cert.pem b/docs/mesh/cert.pem similarity index 100% rename from docs/simple/cert.pem rename to docs/mesh/cert.pem diff --git a/docs/simple/favicon.ico b/docs/mesh/favicon.ico similarity index 100% rename from docs/simple/favicon.ico rename to docs/mesh/favicon.ico diff --git a/docs/simple/index.html b/docs/mesh/index.html similarity index 85% rename from docs/simple/index.html rename to docs/mesh/index.html index b380b61..aa0da64 100644 --- a/docs/simple/index.html +++ b/docs/mesh/index.html @@ -23,13 +23,6 @@ - - - - - - - @@ -44,7 +37,7 @@ >