<<mark>a-scene</mark>>
<<mark>a-sphere</mark> id="sun" <small>position="0 0 0" radius="1" color="#FFFF00"</small>></a-sphere>
- <a-entity id="cameraRig" <small>position="0 -1 2" movement-controls="speed: .1; fly: true; camera: #head;"></small>
+ <a-entity id="cameraRig" <small>position="0 -1 2"</small>
+ <small> movement-controls="speed: .1; fly: true; camera: #head;"></small>
<a-entity id="head" <small>camera="active: true" look-controls position="0 1.6 0"></a-entity></small>
<a-entity id="left-hand" <small>link-controls="hand: left "…></a-entity></small>
<a-entity id="right-hand" <small>link-controls="hand: right "…></a-entity></small>
<a-scene>
…
<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;"></small>
- <<mark>a-sphere id="redplanet"</mark> position="0 0 6" <small>radius=".3" color="#FF8080"></a-sphere></small>
+ <mark>animation="property: rotation;</mark> to: 0 240 0;
+ <small>loop: true; dur: 600000; easing: linear;"></small>
+ <<mark>a-sphere id="redplanet"</mark> position="0 0 6"
+ <small>radius=".3" color="#FF8080"></a-sphere></small>
</a-entity>
…
</a-scene>
<a-scene>
<a-entity <mark>light="type: ambient;</mark> color: #BBB; intensity: .1;"></a-entity>
<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"></a-sphere></small>
+ <mark>material="emissive: #FFFF00;" light="type: point;</mark>
+ <small>intensity: 1; distance: 50; decay: 2"></a-sphere></small>
…
</a-scene>
</pre>
<a-sphere id="earth" <mark>src="<a href="https://xr.kairo.at//space/earth_equirect.jpg">earth_equirect.jpg</a>"</mark> …></a-sphere>
</a-entity>
<a-entity …>
- <a-sphere id="saturn" <mark>gltf-model="#saturnmodel"</mark> scale="0.003 0.003 0.003" …></a-sphere>
+ <a-sphere id="saturn" <mark>gltf-model="#saturnmodel"</mark>
+ scale="0.003 0.003 0.003" …></a-sphere>
</a-entity>
…
</a-scene>