…
<a-entity …>
<a-entity id="ship" …>
- <<mark>a-cylinder</mark> <small>position="0 0 0" radius=".4" height="0.04" color="#CCC0DD"></a-cylinder></small>
- <small><a-cylinder rotation="90 0 0" position="0.2 0.05 .9" radius=".03" height=".8" color="#CCC0DD"></a-cylinder></small>
- <small><a-cylinder rotation="90 0 0" position="-0.2 0.05 .9" radius=".03" height=".8" color="#CCC0DD"></a-cylinder></small>
+ <<mark>a-cylinder</mark> <small> radius=".4" height="0.04" color="#CCC0DD" …></a-cylinder></small>
+ <small><a-cylinder rotation="90 0 0" radius=".03" height=".8" …></a-cylinder></small>
+ <small><a-cylinder rotation="90 0 0" radius=".03" height=".8" …></a-cylinder></small>
…
</a-entity>
</a-entity>