Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ns2250225 committed Mar 3, 2018
1 parent f94ad29 commit 1233053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -11,10 +11,10 @@
<a-scene embedded arjs>
<!-- load gltf model -->
<a-marker preset='hiro'>
<a-entity gltf-model="/static/gltf/scene.gltf" animation-mixer scale="1 1 1" rotation="-120 0 0" position="0 0.5 0">
<!-- <a-entity gltf-model="/static/gltf/scene.gltf" animation-mixer scale="1 1 1" rotation="-120 0 0" position="0 0.5 0"></a-entity> -->
<a-entity gltf-model="/static/gltf/scene.gltf" scale="1 1 1" rotation="-120 0 0" position="0 0.5 0">
<!-- <a-animation attribute="rotation" dur="9000" to="-120 0 0" repeat="indefinite"></a-animation> -->
</a-entity>
<!-- <a-box position="0 0.5 0" rotation="0 45 45" scale="1 1 1"></a-box> -->
</a-marker>

<!-- add camera -->

0 comments on commit 1233053

Please sign in to comment.