<!DOCTYPE html>
<html>
  <head>
    <title>MultiSrc - 01</title>
    <script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
    <script src="https://cdn.rawgit.com/elbobo/aframe-multisrc-component/b6d23310/dist/0.3/aframe-multisrc-component.js"></script>
    <script src="../js/livecode.js"></script>
  </head>
  <body>
    <a-scene background="color:lightblue">
      <a-assets>
        <img
          id="head-front"
          src="https://raw.githubusercontent.com/jorgecardoso/aframe-course-resources/master/papercraft/character370/head-front.png"
        />
      </a-assets>

      <a-box position="0 1.6 -3" multisrc="src4:#head-front"> </a-box>
    </a-scene>
  </body>
</html>