<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="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>
<a-entity>
</a-scene>
edit/view
- A-Frame documentation at aframe.io