<!DOCTYPE html>
<html>
<head>
<title>Interactions - 01 - Cursor</title>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-environment-component/dist/aframe-environment-component.min.js"></script>
</head>
<body>
<a-scene cursor="rayOrigin: mouse">
<a-entity environment="preset: tron; dressingAmount: 20"></a-entity>
<a-box position="0 1.6 -2"></a-box>
<a-camera>
<a-cursor></a-cursor>
</a-camera>
</a-scene>
</body>
</html>