Only show the bike for the models

This commit is contained in:
2019-07-30 08:43:02 +01:00
parent dc6a58ccd2
commit 02fbf2a7f3

View File

@@ -21,10 +21,10 @@
<!-- <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 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 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="1 1 1" 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>