Skip to content

Commit

Permalink
Editor: Added inflate.min.js for FBXLoader. See mrdoob#11325
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob authored and amakaroff82 committed May 30, 2017
1 parent 4124acf commit e5e9863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<script src="../examples/js/controls/TransformControls.js"></script>

<script src="../examples/js/libs/jszip.min.js"></script>
<script src="../examples/js/libs/inflate.min.js"></script> <!-- FBX -->

<script src="../examples/js/loaders/AMFLoader.js"></script>
<script src="../examples/js/loaders/AWDLoader.js"></script>
<script src="../examples/js/loaders/BabylonLoader.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/js/loaders/FBXLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4252,7 +4252,7 @@

if ( window.Zlib === undefined ) {

throw new Error( 'FBXLoader: Import https://github.com/imaya/zlib.js' );
throw new Error( 'FBXLoader: Import inflate.min.js from https://github.com/imaya/zlib.js' );

}

Expand Down

0 comments on commit e5e9863

Please sign in to comment.