X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=wearedevs2019%2Findex.html;fp=wearedevs2019%2Findex.html;h=40b79dd62b4c161f5f334270cb10c0be0e3a06dd;hp=0000000000000000000000000000000000000000;hb=d3ccd344664e67057f2ff128418a16a7dfcd9fd8;hpb=66fd4dc79c2218fdc7c4aee19a038e0ed23eda5a diff --git a/wearedevs2019/index.html b/wearedevs2019/index.html new file mode 100755 index 0000000..40b79dd --- /dev/null +++ b/wearedevs2019/index.html @@ -0,0 +1,257 @@ + + + + + + VR Map: WebXR Using Data From OpenStreetMap + + + + + + + + + + +
+

Contents

+

VR Map: WebXR Using Data From OpenStreetMap

+ +
+

The following slides are available in this presentation:

+
+
    +
+
+ +
+

VR Map: WebXR Using Data From OpenStreetMap

+

Simple GeoData Visualization with A-Frame

+ +
+Robert Kaiser +
+ +
+

Slides: + https://slides.kairo.at/wearedevs2019/

+
+ +
+
+
+ +
+

Robert Kaiser - KaiRo

+ +
+Robert Kaiser + +

+
+
+ +
+

Objectives

+ +
+VR headset user + +

+
+
+ +
+

WebVR & WebXR

+ +
+VR headset user + +

+
+
+ +
+

VR Map

+ +
+VR Map in 2D + +

+
+
+ +
+

vrmap.kairo.at

+ +
+VR Map in 2D +
+
+ +
+

Code Basics

+ +
+VR Headset user with Mozilla logos + +

+
+
+ +
+

A-Frame - XR Made Simple

+ +
+A-Frame - aframe-io +Example: +
+<a-scene>
+  <a-sphere position="0 1.25 -1" radius="1.25" color="#EF2D5E"></a-sphere>
+  <a-cube position="-1 0.5 1" rotation="0 0 0" …>
+    <a-animation attribute="rotation" … to="0 360 0"></a-animation>
+  </a-cube>
+  <a-cylinder position="1 0.75 1" …></a-cylinder>
+  <a-plane …></a-plane>
+  <a-sky color="#ECECEC"></a-sky>
+</a-scene>
+
+

edit/view +- More at aframe.io +

+
+
+ +
+

Code Details

+ +
+VR Headset user with Mozilla logos + +

+
+
+ +
+

Objectives - Recap

+ +
+VR headset user + +

+
+
+ +
+

Make It Your Own

+ +
+
+tune3dmr +
tune3DMR +
+
+OSMRail
+OSMRail +
+
+
+ +
+ +
+

Questions?

+

vrmap.kairo.at

+

github.com/KaiRo-at/vrmap

+VR Map in 2D +
+
+ + +