mirror of
https://github.com/kevin-DL/gyk-ar.git
synced 2026-01-11 10:34:32 +00:00
MOre models to the scene
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user