webxr-polyfill/index.html

21 строка
521 B
HTML

<html>
<head>
<title>WebXR examples</title>
<meta charset="utf-8">
<style>
</style>
</head>
<body>
<h1>XR Examples</h1>
<p>The WebXR polyfill uses ES6 modules, so for now you'll need to <a href="https://jakearchibald.com/2017/es-modules-in-browsers/">enable them</a>.
<ul>
<li><a href="ar_simplest_example.html">Simplest AR example (teapot)</a>
<li><a href="ar_anchor_example.html">Anchor AR example</a>
<li><a href="vr_simplest_example.html">Simplest VR example</a>
</ul>
</body>
</html>