mirror of
https://github.com/kevin-DL/gyk-ar.git
synced 2026-01-11 18:44:33 +00:00
Only show the bike for the models
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user