diff --git a/model-viewer/index.html b/model-viewer/index.html new file mode 100644 index 0000000000000000000000000000000000000000..dc10d74a081dc9a0fe185e1a5e276114adee6251 --- /dev/null +++ b/model-viewer/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.1.1/model-viewer.min.js"></script> + </head> + <body> + <model-viewer alt="Neil Armstrong's Spacesuit from the Smithsonian Digitization Programs Office and National Air and Space Museum" src="https://modelviewer.dev/shared-assets/models/NeilArmstrong.glb" ar environment-image="https://modelviewer.dev/shared-assets/environments/moon_1k.hdr" poster="https://modelviewer.dev/shared-assets/models/NeilArmstrong.webp" shadow-intensity="1" camera-controls touch-action="pan-y"> + </model-viewer> + </body> +</html> diff --git a/quick-look/index.html b/quick-look/index.html new file mode 100644 index 0000000000000000000000000000000000000000..12509cebbc950dc800da4437391fe5b203a6155c --- /dev/null +++ b/quick-look/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <body> + <div> + <a rel="ar" href="pie_lemon_meringue.usdz"> + <img src="meringue.png"> + </a> + </div> + </body> +</html> diff --git a/quick-look/meringue.png b/quick-look/meringue.png new file mode 100644 index 0000000000000000000000000000000000000000..df76564af6cab46cacbf6cde9837eb3a56f8631a Binary files /dev/null and b/quick-look/meringue.png differ diff --git a/quick-look/pie_lemon_meringue.usdz b/quick-look/pie_lemon_meringue.usdz new file mode 100644 index 0000000000000000000000000000000000000000..72fc7d214d31120f5ab88c872f8073fd9f8d717a Binary files /dev/null and b/quick-look/pie_lemon_meringue.usdz differ diff --git a/scene-viewer/index.html b/scene-viewer/index.html new file mode 100644 index 0000000000000000000000000000000000000000..cc03ef1f6fe2a441172293bbce8b039bf8f1185d --- /dev/null +++ b/scene-viewer/index.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <body> + <div> + <a href="intent://arvr.google.com/scene-viewer/1.0?file=https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Avocado/glTF/Avocado.gltf#Intent;scheme=https;package=com.google.android.googlequicksearchbox;action=android.intent.action.VIEW;S.browser_fallback_url=https://developers.google.com/ar;end;">Avocado</a> + </div> + </body> +</html>