"> "> ">
<!DOCTYPE html>
<html lang="en">
  <head>
    <script src="<https://aframe.io/releases/1.0.4/aframe.min.js>"></script>
    <script src="<https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.min.js>"></script>
    <script src="<https://recast-api.donmccurdy.com/aframe-inspector-plugin-recast.js>"></script>
  </head>
  <body>
<a-scene>
      
		<a-entity movement-controls="speed:0.15; constrainToNavMesh:true"
					position="0 0 6">
		<a-entity camera position="0 1.6 0" look-controls="pointerLockEnabled:true">
      <a-cursor></a-cursor>
		</a-entity>
	 </a-entity>
     
      <a-plane position="0 0 5" rotation="-90 0 0" width="10" height="10" color="grey"></a-plane>   
      <a-sky color="#ECECEC"></a-sky>   
     
    </a-scene>
  </body>
</html>