xxxxxxxxxx
21
<!doctype HTML>
<html>
<script src="https://aframe.io/releases/0.9.1/aframe.min.js"></script>
<script src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.7.1/aframe/build/aframe-ar.js"></script>
<body style="margin : 0px; overflow: hidden;">
<a-scene embedded arjs>
<a-marker preset="kanji">
<a-gltf-model id= "CharactersAR"
src= "https://cdn.glitch.com/46e0bd8e-c83d-4a8b-92ab-4b1873a894d1%2FCharactersDefkleinste_blenderExport.gltf?v=1560184539478"
animation-mixer="clip: idle"
rotation="90 180 0"
scale="0.1 0.1 0.1"
position="0 0 0">
</a-gltf-model>
<a-entity light="type: ambient; color: #FFF"></a-entity>
<a-entity light="type: ambient; color: #FFF"></a-entity>
</a-marker>
<a-entity camera></a-entity>
</a-scene>
</body>
</html>