Skip to content

Commit

Permalink
Update animation example.
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jan 29, 2017
1 parent e73c583 commit 6e5f8a4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/animation/index.html
Expand Up @@ -17,12 +17,10 @@
<!-- Animation
See: http://threejs.org/examples/#webgl_animation_scene
-->
<a-entity scale="0.04 0.04 0.04"
position="0 2 0"
<a-entity scale="0.035 0.035 0.035"
rotation="0 90 0"
animation-mixer
object-model="loader: object;
animation: default;
src: url(../../assets/threejs-examples/scene-animation.json);">
json-model="src: url(../../assets/3-dreams-of-black/wolf.json);">
</a-entity>

<!-- Terrain -->
Expand Down

0 comments on commit 6e5f8a4

Please sign in to comment.