Skip to content

Instantly share code, notes, and snippets.

@hteumeuleu
Created September 26, 2018 15:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hteumeuleu/d59007e2b719f992f0d3ea7dd5bf2a07 to your computer and use it in GitHub Desktop.
Save hteumeuleu/d59007e2b719f992f0d3ea7dd5bf2a07 to your computer and use it in GitHub Desktop.
Apple AR Kit 2 in an email test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>iOS 12 ARKit 2</title>
<style>
body { font:1em "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
a { color:#0070c9; }
</style>
<meta name="x-apple-disable-message-reformatting" />
</head>
<body>
<h1>Apple AR Kit 2 test</h1>
<p>
<a href="https://developer.apple.com/arkit/">According to Apple</a>, "<i>On iOS 12, built-in apps such as Safari, Messages, Mail, News, and Notes can natively Quick Look usdz files of virtual objects in 3D or AR.</i>".
<p>
<a href="https://developer.apple.com/arkit/gallery/models/stratocaster/stratocaster.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/stratocaster/stratocaster.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/retrotv/retrotv.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/retrotv/retrotv.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/gramophone/gramophone.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/gramophone/gramophone.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/trowel/trowel.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/trowel/trowel.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/wateringcan/wateringcan.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/wateringcan/wateringcan.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/wheelbarrow/wheelbarrow.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/wheelbarrow/wheelbarrow.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/redchair/redchair.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/redchair/redchair.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/tulip/tulip.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/tulip/tulip.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/cupandsaucer/cupandsaucer.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/cupandsaucer/cupandsaucer.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/plantpot/plantpot.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/plantpot/plantpot.jpg" alt="" width="250" height="250">
</a>
<a href="https://developer.apple.com/arkit/gallery/models/teapot/teapot.usdz" rel="ar">
<img src="https://developer.apple.com/arkit/gallery/models/teapot/teapot.jpg" alt="" width="250" height="250">
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment