<!DOCTYPE html>
<html>
<head>
<title>Environments - 02 - Dressing</title>
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-environment-component@1.3.7/dist/aframe-environment-component.min.js"></script>
</head>
<body>
<a-scene>
<a-box position="0 0 -2" height="2" rotation="0 45 0" color="red"></a-box>
<a-entity
environment="preset: goldmine;
dressing: mushrooms;
dressingAmount: 200;
dressingColor: orange;
dressingScale: 1"
></a-entity>
</a-scene>
</body>
</html>