Skip to content

Commit

Permalink
update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Mar 22, 2019
1 parent 35d83c6 commit 0533fb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/sea3d.js
Expand Up @@ -7612,7 +7612,7 @@ THREE.SEA3D.prototype.readVertexAnimation = function ( sea ) {

}

animations.push( THREE.SEA3D.AnimationClip.fromClip( THREE.AnimationClip.CreateFromMorphTargetSequence( seq.name, seqTargets, sea.frameRate ), seq.repeat ) );
animations.push( THREE.SEA3D.AnimationClip.fromClip( THREE.AnimationClip.CreateFromMorphTargetSequence( seq.name, seqTargets, sea.frameRate, !seq.repeat ), seq.repeat ) );

}

Expand Down
2 changes: 1 addition & 1 deletion Build/sea3d.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Build/sea3d.tjs.js
Expand Up @@ -7612,7 +7612,7 @@ THREE.SEA3D.prototype.readVertexAnimation = function ( sea ) {

}

animations.push( THREE.SEA3D.AnimationClip.fromClip( THREE.AnimationClip.CreateFromMorphTargetSequence( seq.name, seqTargets, sea.frameRate ), seq.repeat ) );
animations.push( THREE.SEA3D.AnimationClip.fromClip( THREE.AnimationClip.CreateFromMorphTargetSequence( seq.name, seqTargets, sea.frameRate, !seq.repeat ), seq.repeat ) );

}

Expand Down
2 changes: 1 addition & 1 deletion Build/sea3d.tjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0533fb0

Please sign in to comment.