forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvr.html
executable file
·694 lines (608 loc) · 22 KB
/
vr.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web VR - What, Why and How</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<style>
/* @todo Disable in Presentation mode */
.reveal aside.notes {
/*display: block;*/
}
</style>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="plugin/prism/prism.css">
<link rel="stylesheet" href="plugin/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/theme/wes-light.css" id="theme">
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section data-background="assets/vr/lolvr.jpg" style="color: #fff;">
<p class="small" style="position: relative; top: -6em;"><strong>Pro-tip:</strong> Press <span style="display: inline-block; padding: .2em .6em; border: 1px solid #777; border-radius: .3em; background: #fff; box-shadow: 0 1px 0 #555, 0 2px 0 #555, 0 3px 0 #555, 0 4px 0 #555; position: relative; top: -.1em; color: #000;">space bar</span> to progress and it won't skip any slides</p>
<h1 class="lolvr" style="position: relative; color: #fff; font-weight: 900; font-size: 5em; color: rgba(255, 255, 255, 0);">
<span class="lolvr-text">Web VR</span><span class="lolvr-3dness"></span>
</h1>
<p style="font-weight: 700; font-size: 2em">What, why and how</p>
<style>
.lolvr-text {
position: relative;
z-index: 10;
color: #fff;
}
.lolvr .lolvr-3dness:before,
.lolvr .lolvr-3dness:after {
content: 'Web VR';
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
text-align: center;
color: rgba(255, 255, 255, 0);
opacity: 0.7;
text-shadow:
1px 1px 0 rgb(18, 128, 131),
2px 2px 0 rgb(18, 128, 131),
3px 3px 0 rgb(18, 128, 131),
4px 4px 0 rgb(18, 128, 131),
5px 5px 0 rgb(18, 128, 131),
6px 6px 0 rgb(18, 128, 131),
7px 7px 0 rgb(18, 128, 131),
8px 8px 0 rgb(18, 128, 131),
9px 9px 0 rgb(18, 128, 131)
;
}
.lolvr .lolvr-3dness:after {
text-shadow:
-1px -1px 0 rgb(178, 18, 128),
-2px -2px 0 rgb(178, 18, 128),
-3px -3px 0 rgb(178, 18, 128),
-4px -4px 0 rgb(178, 18, 128),
-5px -5px 0 rgb(178, 18, 128),
-6px -6px 0 rgb(178, 18, 128),
-7px -7px 0 rgb(178, 18, 128),
-8px -8px 0 rgb(178, 18, 128),
-9px -9px 0 rgb(178, 18, 128);
}
</style>
</section>
<section style="text-align: left;">
<h2 id="who-am-i" style="font-weight: 200">About Me...</h2>
<img src="assets/d8/me.jpg" alt="" style="width: 35%; float: right;">
<div style="box-sizing: border-box; width: calc(65% - 0.6em);">
<h3 id="wes-ruvalcaba">Wes Ruvalcaba</h3>
<ul>
<li>Sr. Front End Dev at Lullabot</li>
<li>BFA in Illustration</li>
<li>Worked 7 years as Web/UX Designer</li>
<li>Own Google Cardboard, Daydream and HTC Vive</li>
</ul>
</div>
<p style="margin-top: 1em;"><a href="https://twitter.com/wesruv"><i class="fa fa-twitter" style="font-size: 2em; line-height: .5em; padding: 0 .2em 0 0; transform: translateY(.15em);"></i>@wesruv</a></p>
</section>
<section data-background-color="#fff">
<img src="assets/d8/lullabot-slide.jpg" alt="Lullabot" />
</section>
<section>
<h2 id="well-go-over">We'll go over</h2>
<ul>
<li><strong>The VR Landscape</strong></li>
<ul>
<li>Terminology</li>
<li>Applications of VR</li>
<li>Hardware & Software</li>
<li>User Experience</li>
</ul>
<li>Web VR</li>
<li><strong>Buiding a VR web site</strong> on <a href="http://codepen.io/">Codepen.io</a></li>
</ul>
</section>
<section class="center">
<h2 id="terminology">Terminology</h2>
</section>
<section>
<div class="continuum continuum--fourths">
<div class="continuum__point continuum__point--first" style="width: 25%;">
<strong style="display: block">Real</strong> Environment
</div>
<div class="continuum__point continuum__point--second" style="width: 25%;">
Augmented Reality
</div>
<div class="continuum__point continuum__point--third" style="width: 25%;">
Augmented Virtuality
</div>
<div class="continuum__point continuum__point--last" style="width: 25%;">
<strong style="display: block">Virtual</strong> Environment
</div>
</div>
<p style="font-size: 0.75em; padding-top: 2em; position: relative; top: 2em;">(Milgram’s Reality to Virtuality Continuum)</p>
</section>
<section>
<section>
<h3 id="virtual-reality" class="vr-thing">Virtual Reality</h3>
<aside class="notes" style="margin-bottom: 1.5em;">A created environment or simulation that tries to encompass a user as much as possible</aside>
</section>
<section>
<img src="assets/vr/steamvrtrailer-500x375.png" alt="Girl in VR petting a robot dog" />
<h4 class="vr-thing">Virtual Reality</h4>
</section>
<section>
<img src="assets/vr/promo-image-3.jpg" alt="A man in vr defending a castle with a bow and arrow from minions" />
<h4 class="vr-thing">Virtual Reality</h4>
</section>
</section>
<section>
<section>
<h3>Augmented Reality</h3>
<aside class="notes" style="margin-bottom: 1.5em;">An environment or elements that attempt to blend into the real world</aside>
</section>
<section>
<img style="width: 100%;" src="assets/vr/pgo.png" alt="Pokemon Go" />
<h4>Augmented Reality</h4>
</section>
<section>
<img style="width: 75%;" src="assets/vr/ar-car-repair.jpg" alt="Pokemon Go" /></a>
<h4>Augmented Reality</h4>
<p><small><a href="http://www.psfk.com/2015/11/augmented-reality-owners-manuals-of-the-future-augmented-reality-hyundai.html">Source psfk.com</a></small></p>
</section>
<section>
<img style="width: 90%;" src="assets/vr/hololens-ar.jpg" alt="Man navigating virtual interface that is overlayed over his living room" />
<h4>Augmented Reality</h4>
</section>
<section>
<img style="width: 80%;" src="assets/vr/hololens-anatomy-ar.jpg" alt="Man navigating virtual interface that is overlayed over his kitchen" />
<h4>Augmented Reality</h4>
</section>
</section>
<section>
<section>
<h3>Augmented Virtuality</h3>
<img src="assets/vr/CXC+Project+CARS+Donut+Media+VR+Racing+Night-7490.jpg" alt="A car sim with a steering wheel and pedal setup." />
<p><small>Source: <a href="http://www.autoblog.com/2016/06/29/hands-on-project-cars-vr-oculus-rift/">autoblog.com</a></small></p>
</section>
</section>
<section>
<section>
<h2 id="experiences">Experiences & <br>Interaction Types</h2>
</section>
<section>
<h3>Controls & Inputs</h3>
</section>
<section>
<h4>Gaze or Look & Press</h4>
<img src="assets/vr/gaze-demo.jpg" alt="A VR headset looking a a point in the image" />
</section>
<section>
<h4>Traditional Controllers</h4>
<img src="assets/vr/noun_10269_cc.png" style="width: 80px; padding-right: 2em" alt="Media controller" />
<img src="assets/vr/noun_195043_cc.png" style="width: 300px; padding-right: 2em" alt="Video game controller" />
<img src="assets/vr/joystick.png" style="width: 250px;" alt="Video game controller" />
<p>Hands or Controllers do not appear in virtual reality.</p>
</section>
<section>
<h4>VR Controllers</h4>
<img src="assets/vr/oculus-rift-htc-vive-motion-controllers2.jpg" alt="Vive and Oculus Rift VR Controllers" style="width: 75%" />
<p style="font-size: 0.5em">Image from <a href="http://www.roadtovr.com/including-controllers-htc-vive-and-oculus-rift-could-be-evenly-matched-on-price-touch/">Road to VR</a></p>
</section>
<section>
<a href="https://www.youtube.com/watch?v=dbYP4bhKr2M"><img src="assets/vr/touch-controller-demo.jpg" alt="Oculus Touch Controller Demo" style="width: 100%" /></a>
</section>
<section>
<h4>Gestures</h4>
<img src="assets/vr/leap-motion.gif" style="width: 100%" alt="User doing a pinch gesture with hands to create cubes and stacking and throwing the cubes" />
</section>
</section>
<section>
<section>
<h3>Body Interaction</h3>
</section>
<section>
<h4>Sitting / Standing</h4>
<img style="width:85%" src="assets/vr/state-of-game-virtual-reality-15.jpg" alt="A man on his couch with a VR headset turning his head while holding a controller" />
<p><small><a href="http://www.roadtovr.com/oculus-plans-to-have-rift-demo-stations-in-retail-stores-for-consumer-launch/">Source RoadToVR.com</a></small></p>
</section>
<section>
<h4>Room Scale</h4>
<img src="assets/vr/htc-vive-room-scale.jpg" alt="A man on his couch with a VR headset turning his head while holding a controller" />
</section>
</section>
<section>
<h3>The Hardware</h3>
</section>
<section>
<style>
table.comparison-table {
text-align: center;
font-size: 0.875em;
}
table.comparison-table th,
table.comparison-table td {
padding: 0.375em 0.5em;
text-align: center;
vertical-align: middle;
}
table.comparison-table tbody th {
border-left: 0;
border-bottom: 0;
}
table.comparison-table th,
table.comparison-table thead td {
border: 0.125em solid #aaa;
background: #d9d9d9;
}
table.comparison-table thead tr > :first-child {
border-top: 0;
border-left: 0;
border-bottom: 0.125em solid #aaa;
}
table.comparison-table thead th {
border-top: 0;
}
table.comparison-table tbody td {
border: 0;
border-right: 0.125em solid #ccc;
border-top: 0.125em solid #ccc;
}
table.comparison-table i {
font-size: 1.5em;
color: green;
}
</style>
<section>
<h2 id="#consumer-products">Low-End Headsets</h2>
</section>
<section>
<div class="column-wrapper">
<div style="width: 50%">
<h4 style="font-weight: 400">Google Cardboard</h4>
<img src="assets/vr/cardboard.jpg" alt="" />
</div>
<div style="width: 50%">
<h4 style="font-weight: 400">Google Daydream</h4>
<img src="assets/vr/google-daydream-view-580x358.jpeg" alt="" />
</div>
</div>
</section>
<section>
<h5>Daydream VR Controller</h5>
<div class="column-wrapper">
<div style="width: 50%">
<img src="assets/vr/DaydreamController.jpg" style="height: 500px" alt="Daydream controller that works as a pointer in VR" />
</div>
<div style="width: 50%">
<img src="assets/vr/daydream-headset.jpg" alt="Daydream controller that works as a pointer in VR" />
</div>
</div>
</section>
<section>
<div>
<h4 style="font-weight: 400">Samsung Gear VR</h4>
<img src="assets/vr/GearVR_Hero_Gold.png" alt="" />
</div>
</section>
<section>
<h5>Gear VR Controls</h5>
<img width="65%" src="assets/vr/samsung-gear-vr-review.jpg" alt="There are additional controls on the side of the Gear VR" />
<p><small>(Source: <a href="http://www.pcmag.com/article2/0,2817,2496676,00.asp">PC Mag</a>)</small></p>
</section>
<section>
<h3>Features</h3>
<table class="comparison-table">
<thead>
<tr>
<td></td>
<th>Google Cardboard</th>
<th>Google Daydream</th>
<th>Gear VR</th>
</tr>
</thead>
<tbody>
<tr>
<th>Sitting / Standing</th>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span></td>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span></td>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span></td>
</tr>
<tr>
<th>VR Controller</th>
<td><span class="element-invisible">No</span></td>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span></td>
<td><span class="element-invisible">No</span></td>
</tr>
<tr>
<th>Room Scale</th>
<td><span class="element-invisible">No</span></td>
<td><span class="element-invisible">No</span></td>
<td><span class="element-invisible">No</span></td>
</tr>
<tr>
<th>Price</th>
<td><strong>$20</strong></td>
<td><strong>$49</strong></td>
<td><strong>$99</strong></td>
</tr>
</tbody>
</table>
</section>
<section>
<h3>Control Interfaces</h3>
<ul>
<li>Look or Look & Click</li>
<li>Controllers</li>
</ul>
</section>
<section>
<h5>Daydream VR Controller</h5>
<div class="column-wrapper">
<div style="width: 50%">
<img src="assets/vr/DaydreamController.jpg" alt="Daydream controller that works as a pointer in VR" />
</div>
<div style="width: 50%">
<img src="assets/vr/daydream-headset.jpg" alt="Daydream controller that works as a pointer in VR" />
</div>
</div>
</section>
</section>
<section>
<section>
<h2>Higher End Headsets</h2>
</section>
<section>
<h3>Ocululs Rift</h3>
<img src="assets/vr/oculus.jpg" alt="" />
</section>
<section>
<h4>Oculus Touch Controllers</h4>
<p>Sold separately</p>
<img src="assets/vr/oculus controllers.jpg" alt="" />
</section>
<section>
<h4>HTC Vive</h4>
<img src="assets/vr/htc-vive-set.0.jpg" alt="" />
</section>
<section>
<h3>Features</h3>
<table class="comparison-table" style="font-size: 0.8em">
<thead>
<tr>
<td style="width: 25%"></td>
<th style="width: 25%">Gear VR</th>
<th style="width: 25%">Oculus Rift</th>
<th style="width: 25%">HTC Vive</th>
</tr>
</thead>
<tbody>
<tr>
<th>Sitting / Standing</th>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span></td>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span></td>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span></td>
</tr>
<tr>
<th>VR Controller</th>
<td><span class="element-invisible">No</span></td>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span> <strong style="color: #ff0000">*</strong></td>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span></td>
</tr>
<tr>
<th>Room Scale</th>
<td><span class="element-invisible">No</span></td>
<td><span class="element-invisible">No</span></td>
<td><i class="fa fa-check"></i><span class="element-invisible">Yes</span></td>
</tr>
<tr>
<th>Price</th>
<td><strong>$99</strong></td>
<td><strong><strong>$599, <span style="color:#ff0000">*</span>$798</td>
<td><strong>$799<span class="element-invisible">.</span><sup style="font-size: 0.75em">99</sup></strong></td>
</tr>
<tr>
<th>Units Sold in 2016</th>
<td><strong>5M</strong></td>
<td><strong>3.6M</strong></td>
<td><strong>2.1M</strong></td>
</tr>
</tbody>
</table>
<p><small>Source for units sold source: <a href="https://www.statista.com/statistics/458037/virtual-reality-headsets-unit-sales-worldwide/">statista.com</a></small></p>
</section>
</section>
<section>
<section>
<h2>Applications for VR</h2>
</section>
<section>
<h3>Entertainment</h3>
<ul>
<li>Gaming</li>
<li>Photos</li>
<li>Video</li>
</ul>
</section>
<section>
<h3>Education</h3>
<ul>
<li>360 Video for Documentaries & Journalism</li>
<li>Demonstrate macro/micro scale</li>
<li>Tour Museums or Distant Locations</li>
<li>Event Re-enactment</li>
</ul>
</section>
<section>
<h3>Health</h3>
<ul>
<li>Surgery simulation</li>
<li>Exposure Therapy for Phobia or PTSD</li>
<li>Mental Rehabilitation for Stroke and Brain Injuries</li>
</ul>
</section>
<section>
<h3>Training Simulations</h3>
<ul>
<li>Driver’s Education</li>
<li>Flight training</li>
<li>Specialized controls for large vehicles or factories</li>
<li>Battlefield & Military</li>
<li>NASA</li>
</ul>
</section>
</section>
<section>
<section>
<h2 id="webvr">Web VR</h2>
</section>
<section data-background="assets/vr/mozvr.png">
<aside class="notes">
<p><a href="https://mozvr.com/">Moz VR</a></p>
<ul>
<li>Goal: bring VR to web browsers natively</li>
<li>Working on a WebVR API W3C specification</li>
<li>Working on frameworks/libraries that can be used today</li>
</ul>
</aside>
</section>
<section>
<h4><a href="https://github.com/borismus/webvr-boilerplate">WebVR Boilerplate <i class="fa fa-github"></i></a></h4>
<ul>
<li>Starter kit for custom WebVR/3D experience in modern browsers</li>
<li>Very JS Heavy</li>
<li>Developer centric</li>
</ul>
</section>
<section data-background="assets/vr/aframe.png">
<h4><a href="https://aframe.io" style="color: #fff">A-Frame</a></h4>
<ul>
<li>Built on WebVR Boilerplate</li>
<li>Easy to learn markup language</li>
<li>Can further be modified with JS</li>
<li>Project goal is to enable more creators</li>
</ul>
</section>
</section>
<section>
<section>
<h3 style="font-size: 2.25em">A-Frame Tutorial</h3>
<p style="font-size: 3em">🤓 😆</p>
</section>
<section>
<h4>Good news</h4>
<ul>
<li>A-Frame docs are fantastic</li>
<li>It's a single JS file</li>
<li>No compiling necessary!</li>
</section>
<section>
<h4>Getting Started with A-frame</h4>
<pre class="language-markup" data-line="6-7"><code class="language-markup"><html>
<head>
<script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
</a-scene>
<body>
</html></code></pre>
<p><small><a href="https://aframe.io/docs/0.5.0/guides/#starting-with-html">A-Frame Docs</a></small></p>
</section>
<section>
<h4>Adding a Background</h4>
<pre class="language-markup" data-line="2"><code class="language-markup"><a-scene>
<a-sky color="#222"></a-sky>
</a-scene></code></pre>
<p>or a background image:</p>
<pre class="language-markup" data-line="2"><code class="language-markup"><a-scene>
<a-sky src="360image.jpg"></a-sky>
</a-scene></code></pre>
<p><small><a href="https://aframe.io/docs/0.5.0/guides/#adding-a-background-to-the-scene">A-Frame Docs</a></small></p>
</section>
<section>
<h4>Adding a Sphere</h4>
<pre class="language-markup" data-line="2"><code class="language-markup"><a-scene>
<a-sphere color="orange" radius="1.5"></a-sphere>
<a-sky color="#222"></a-sky>
</a-scene></code></pre>
<p>Alternate syntax, but identical result:</p>
<pre class="language-markup" data-line="2-3"><code class="language-markup"><a-scene>
<a-entity geometry="primitive: sphere; radius: 1.5"
material="color: orange;"></a-entity>
<a-sky src="360image.jpg"></a-sky>
</a-scene></code></pre>
<p><small><a href="https://aframe.io/docs/0.5.0/guides/#adding-a-background-to-the-scene">A-Frame Docs</a></small></p>
</section>
<section>
<h4>Positioning in 3D</h4>
<img style="width: 66%" src="assets/vr/xyz.png" alt="" />
</section>
<section>
<h4>Default Camera Position</h4>
<img style="width: 66%" src="assets/vr/xyz-camera.png" alt="" />
</section>
<section>
<h4>Positioning in 3D</h4>
<img style="width: 66%" src="assets/vr/xyz-positioning.png" alt="" />
</section>
<section>
<h4>Positioning Our Sphere</h4>
<pre class="language-markup" data-line="5"><code class="language-markup"><a-scene>
<a-sphere
color="orange"
radius="1.5"
position="2 3 -4">
</a-sphere>
<a-sky color="#222"></a-sky>
</a-scene></code></pre>
<p><small><a href="https://aframe.io/docs/0.5.0/guides/#adding-a-background-to-the-scene">A-Frame Docs</a></small></p>
</section>
<section>
<h4>Animating Our Sphere</h4>
<pre class="language-markup" data-line="3-7"><code class="language-markup"><a-scene>
<a-sphere color="orange" radius="1.5" position="2 3 4">
<a-animation
attribute="position"
from="2 3 -4"
to="2 .75 -4">
</a-animation>
</a-sphere>
<a-sky color="#222"></a-sky>
</a-scene></code></pre>
<p><small><a href="https://aframe.io/docs/0.5.0/guides/#adding-a-background-to-the-scene">A-Frame Docs</a></small></p>
</section>
<section>
<h4>Demo time!</h4>
</section>
</section>
<section style="font-size: 0.75em">
<h2>Sources</h2>
<p><a href="https://en.wikipedia.org/wiki/Reality%E2%80%93virtuality_continuum">Wikipedia - Reality–virtuality continuum</a></p>
<p><a href="https://thenounproject.com/term/xbox-controller/195043/">XBOX Controller by Mark Davis from the Noun Project</a></p>
<p><a href="https://thenounproject.com/search/?q=remote+control&i=10269">Remote Control by Lemon Liu from the Noun Project</a></p>
<p>Most other icons sourced from <a href="http://fontawesome.io/">Font Awesome</a></p>
</section>
</div>
</div>
<script src="plugin/prism/prism.js"></script>
<script src="dist/reveal.js"></script>
<script src="plugin/zoom/zoom.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/search/search.js"></script>
<script>
// Also available as an ES module, see:
// https://revealjs.com/initialization/
Reveal.initialize({
controls: true,
progress: true,
center: true,
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealZoom, RevealNotes, RevealSearch ]
});
</script>
</body>
</html>