X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=fhwn201810%2Findex.html;fp=fhwn201810%2Findex.html;h=5b59a68c648f37b555b2b89a134eb3bbdbf303ed;hp=0000000000000000000000000000000000000000;hb=48498de81ed84f6ebb27c7631dac3ef67f2735ac;hpb=7c8bf335369c2a6a826c7fb51ac2966e8cbaece6 diff --git a/fhwn201810/index.html b/fhwn201810/index.html new file mode 100755 index 0000000..5b59a68 --- /dev/null +++ b/fhwn201810/index.html @@ -0,0 +1,221 @@ + + + + + + VR Map - OpenStreetMap goes WebVR + + + + + + + + + + +
+

Table of Contents

+

VR Map - OpenStreetMap goes WebVR

+ +
+

The following slides are available in this presentation:

+
+
    +
+
+ +
+

VR Map: WebVR Using OpenStreetMap Data

+

Simple GeoData Visualization with A-Frame

+ +
+Robert Kaiser, +"KaiRo" <kairo@kairo.at> +
Mozilla Tech Speaker +
+ +
+

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

+
+ +
+
+
+ +
+

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 + +

+
+
+ +
+ +
+

Questions?

+

vrmap.kairo.at

+

github.com/KaiRo-at/vrmap

+VR Map in 2D +
+
+ + +