improve linebreaks in TS Meetup talk
[slides.git] / tsmeetup201909 / index.html
index 0d3b05b7cb723593e03c67e3c49b5b3decaedfb7..c3e6730b0bc96cd50e6f4ba527e8bc51c8dc15ab 100755 (executable)
@@ -6,14 +6,14 @@
   <title>VR Space: Creating A Solar System With WebXR</title>
   <link rel="stylesheet" type="text/css" href="slides.css">
   <script type="text/javascript" src="slides.js"></script>
-  <link rel="contents" href="#index" title="Überblick">
-  <link rel="index" id="link-toc" href="#toc" title="Inhalt">
+  <link rel="contents" href="#index" title="Overview">
+  <link rel="index" id="link-toc" href="#toc" title="Contents">
   <link rel="start" id="link-start" href="#index" title="Start">
 </head>
 <body>
 <header id="header"><div id="header-text">VR Space</div>
   <div id="subheader-text"></div>
-  <a id="headerlogo" href="#index" title="Startseite">Mozilla</a>
+  <a id="headerlogo" href="#index" title="Start page">Mozilla</a>
 </header>
 <nav id="slidenav">
   <a href="#toc" id="nav-toc" accesskey="t">toc</a> ||
@@ -24,7 +24,7 @@
   <span id="nav-next-nolink" class="nolink">fwd &gt;</span>
 </nav>
 
-<article id="toc" data-title="Inhalt">
+<article id="toc" data-title="Contents">
 <h1><span>Contents</span></h1>
 <h2>VR Space: Creating A Solar System With WebXR</h2>
 
 &lt;<mark>a-scene</mark>&gt;
   &lt;<mark>a-sphere</mark> id="sun" <small>position="0 0 0" radius="1" color="#FFFF00"</small>&gt;&lt;/a-sphere&gt;
 
-  &lt;a-entity id="cameraRig" <small>position="0 -1 2" movement-controls="speed: .1; fly: true; camera: #head;"&gt;</small>
+  &lt;a-entity id="cameraRig" <small>position="0 -1 2"</small>
+               <small> movement-controls="speed: .1; fly: true; camera: #head;"&gt;</small>
     &lt;a-entity id="head" <small>camera="active: true" look-controls position="0 1.6 0"&gt;&lt;/a-entity&gt;</small>
     &lt;a-entity id="left-hand" <small>link-controls="hand: left "…&gt;&lt;/a-entity&gt;</small>
     &lt;a-entity id="right-hand" <small>link-controls="hand: right "…&gt;&lt;/a-entity&gt;</small>
 &lt;a-scene&gt;
   …
   &lt;a-entity position="0 0 0" rotation="0 -120 0"
-            <mark>animation="property: rotation;</mark> to: 0 240 0; <small>loop: true; dur: 600000; easing: linear;"&gt;</small>
-    &lt;<mark>a-sphere id="redplanet"</mark> position="0 0 6" <small>radius=".3" color="#FF8080"&gt;&lt;/a-sphere&gt;</small>
+            <mark>animation="property: rotation;</mark> to: 0 240 0;
+                             <small>loop: true; dur: 600000; easing: linear;"&gt;</small>
+    &lt;<mark>a-sphere id="redplanet"</mark> position="0 0 6"
+                       <small>radius=".3" color="#FF8080"&gt;&lt;/a-sphere&gt;</small>
   &lt;/a-entity&gt;
   …
 &lt;/a-scene&gt;
 &lt;a-scene&gt;
   &lt;a-entity <mark>light="type: ambient;</mark> color: #BBB; intensity: .1;"&gt;&lt;/a-entity&gt;
   &lt;a-sphere id="sun" <small>position="0 0 0" radius="1" color="#FFFF00"</small>
-            <mark>material="emissive: #FFFF00;" light="type: point;</mark> <small>intensity: 1; distance: 50; decay: 2"&gt;&lt;/a-sphere&gt;</small>
+            <mark>material="emissive: #FFFF00;" light="type: point;</mark>
+            <small>intensity: 1; distance: 50; decay: 2"&gt;&lt;/a-sphere&gt;</small>
   …
 &lt;/a-scene&gt;
 </pre>
     &lt;a-sphere id="earth" <mark>src="<a href="https://xr.kairo.at//space/earth_equirect.jpg">earth_equirect.jpg</a>"</mark> …&gt;&lt;/a-sphere&gt;
   &lt;/a-entity&gt;
   &lt;a-entity …&gt;
-    &lt;a-sphere id="saturn" <mark>gltf-model="#saturnmodel"</mark> scale="0.003 0.003 0.003" …&gt;&lt;/a-sphere&gt;
+    &lt;a-sphere id="saturn" <mark>gltf-model="#saturnmodel"</mark>
+                 scale="0.003 0.003 0.003" …&gt;&lt;/a-sphere&gt;
   &lt;/a-entity&gt;
   …
 &lt;/a-scene&gt;