<!-- Copyright Magic Leap, Inc. 2019.-->
<!-- You may reuse the code below, but not the visual assets themselves.-->


        <ml-stage extents="left:0.28;"></ml-stage>

        <ml-model
          id="dinoModel"
          style="position: fixed; left: -25%; top: 60%; width: 300px; height: 300px;"
          src="Dino/Dino.fbx"
          materials="
            kmat: Dino/Dino.kmat;
            textures:
              Dino/Dino_Dodecahedron_Diffuse.png
              Dino/Dino_Dodecahedron_Ambient.png;"
          extractable="true">
        </ml-model>