MOre models to the scene

This commit is contained in:
2019-07-30 08:33:33 +01:00
parent 16d85c010a
commit dc6a58ccd2

View File

@@ -20,12 +20,11 @@
<!-- Defining the URL inline. Not recommended but more comfortable for web developers. -->
<!-- <a-gltf-model src="models/scene.gltf"></a-gltf-model> -->
<a-marker markerhandler id="animated-marker" emitevents="true" cursor="rayOrigin: mouse"
raycaster="objects: .clickable" type="barcode" value="0">
<!-- <a-entity gltf-model="#earthquake" scale="0.01 0.01 0.01" animation-mixer></a-entity> -->
raycaster="objects: .clickable" type="barcode" value="0">
<a-entity id="skeneObject" gltf-model="#skene" scale="0.1 0.1 0.1" animation-mixer position="-1 0 0">
</a-entity>
<!-- <a-entity gltf-model="#bike" scale="0.5 0.5 0.5" animation-mixer></a-entity>
<a-entity gltf-model="#girl" scale="0.01 0.01 0.01" position="0 0 0" rotation="0 90 0" animation-mixer></a-entity> -->
<a-entity gltf-model="#bike" scale="0.5 0.5 0.5" animation-mixer></a-entity>
<a-entity gltf-model="#girl" scale="0.01 0.01 0.01" position="0 0 0" rotation="0 90 0" animation-mixer></a-entity>
</a-marker>
<a-entity camera></a-entity>
</a-scene>