From 71d1677d00e8403f561ac8f843b0648c99dd4992 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 25 Oct 2019 00:25:33 +0200 Subject: [PATCH] improve linebreaks in TS Meetup talk --- tsmeetup201909/index.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/tsmeetup201909/index.html b/tsmeetup201909/index.html index 9794ddf..c3e6730 100755 --- a/tsmeetup201909/index.html +++ b/tsmeetup201909/index.html @@ -120,7 +120,8 @@ <a-scene> <a-sphere id="sun" position="0 0 0" radius="1" color="#FFFF00"></a-sphere> - <a-entity id="cameraRig" position="0 -1 2" movement-controls="speed: .1; fly: true; camera: #head;"> + <a-entity id="cameraRig" position="0 -1 2" + movement-controls="speed: .1; fly: true; camera: #head;"> <a-entity id="head" camera="active: true" look-controls position="0 1.6 0"></a-entity> <a-entity id="left-hand" link-controls="hand: left "…></a-entity> <a-entity id="right-hand" link-controls="hand: right "…></a-entity> @@ -143,8 +144,10 @@ <a-scene> … <a-entity position="0 0 0" rotation="0 -120 0" - animation="property: rotation; to: 0 240 0; loop: true; dur: 600000; easing: linear;"> - <a-sphere id="redplanet" position="0 0 6" radius=".3" color="#FF8080"></a-sphere> + animation="property: rotation; to: 0 240 0; + loop: true; dur: 600000; easing: linear;"> + <a-sphere id="redplanet" position="0 0 6" + radius=".3" color="#FF8080"></a-sphere> </a-entity> … </a-scene> @@ -164,7 +167,8 @@ <a-scene> <a-entity light="type: ambient; color: #BBB; intensity: .1;"></a-entity> <a-sphere id="sun" position="0 0 0" radius="1" color="#FFFF00" - material="emissive: #FFFF00;" light="type: point; intensity: 1; distance: 50; decay: 2"></a-sphere> + material="emissive: #FFFF00;" light="type: point; + intensity: 1; distance: 50; decay: 2"></a-sphere> … </a-scene> @@ -189,7 +193,8 @@ <a-sphere id="earth" src="earth_equirect.jpg" …></a-sphere> </a-entity> <a-entity …> - <a-sphere id="saturn" gltf-model="#saturnmodel" scale="0.003 0.003 0.003" …></a-sphere> + <a-sphere id="saturn" gltf-model="#saturnmodel" + scale="0.003 0.003 0.003" …></a-sphere> </a-entity> … </a-scene> -- 2.35.3