X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=tsmeetup201909%2Findex.html;h=c3e6730b0bc96cd50e6f4ba527e8bc51c8dc15ab;hp=9794ddf8f1dd982f7614ede99b7edbe78e5588c7;hb=71d1677d00e8403f561ac8f843b0648c99dd4992;hpb=c04a0683734316673229219810fa7be1020e9a88 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>