-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
64 lines (64 loc) · 2.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Web AR workshop</title>
</head>
<body>
<h1>Web AR workshop</h1>
<p>Link to the workshop playground file and steps</p>
<h2>Playground</h2>
<table>
<tr><td><a href="playground.html">Main playground file</a></td></tr>
<tr><td><a href="playground with AR.html">Main playground file (AR)</a></td></tr>
</table>
<h2>Steps</h2>
<table>
<thead>
<tr>
<td>Steps without AR</td>
<td>Steps with AR</td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="steps/Step-0 Setup.html">0. Setup</a></td>
<td><a href="steps/Step-0 Setup with AR.html">0. Setup (AR)</a></td>
</tr>
<tr>
<td><a href="steps/Step-1 Creating the scene.html">1. Creating the scene</a></td>
<td><a href="steps/Step-1 Creating the scene with AR.html">1. Creating the scene (AR)</a></td>
</tr>
<tr>
<td><a href="steps/Step-2 First objects.html">2. First objects</a></td>
<td><a href="steps/Step-2 First objects with AR.html">2. First objects (AR)</a></td>
</tr>
<tr>
<td><a href="steps/Step-3 Textures and text.html">3. Textures and text</a></td>
<td><a href="steps/Step-3 Textures and text with AR.html">3. Textures and text (AR)</a></td>
</tr>
<tr>
<td><a href="steps/Step-4 Links and video.html">4. Links and video</a></td>
<td><a href="steps/Step-4 Links and video with AR.html">4. Links and video (AR)</a></td>
</tr>
<tr>
<td><a href="steps/Step-5 3D assets.html">5. 3D assets</a></td>
<td><a href="steps/Step-5 3D assets with AR.html">5. 3D assets (AR)</a></td>
</tr>
<tr>
<td><a href="steps/Step-6 AR game.html">6. AR game</a></td>
<td><a href="steps/Step-6 AR game with AR.html">6. AR game (AR)</a></td>
</tr>
<tr>
<td><a href="steps/Step-6b AR game 2.html">6. AR game 2</a></td>
<td><a href="steps/Step-6b AR game 2 with AR.html">6. AR game 2 (AR)</a></td>
</tr>
</tbody>
</table>
<p>
Connect with <a href="https://www.linkedin.com/in/yann-klein/">me</a> for more info.
</p>
</body>
</html>