浏览代码

Merge pull request #16650 from donmccurdy/update-basis-transcoder

Update basis transcoder
Mr.doob 6 年之前
父节点
当前提交
80a7ef9bd4

+ 1 - 1
examples/js/libs/basis/README.md

@@ -36,7 +36,7 @@ basisLoader.load( 'diffuse.basis', function ( texture ) {
 ```
 
 For further documentation about the Basis compressor and transcoder, refer to
-the [Basis GitHub repository](https://github.com/BinomialLLC/basis_universal).
+the [Basis GitHub repository](https://github.com/BinomialLLC/basis_universal). The JavaScript wrapper requires one modification from the version provided in the Basis repository – the declaration on the first line is changed from `var Module` to `Module`, to accomodate lazy initialization in a Web Worker ([details](https://github.com/mrdoob/three.js/issues/16524)).
 
 ## License
 

文件差异内容过多而无法显示
+ 0 - 0
examples/js/libs/basis/basis_transcoder.js


二进制
examples/js/libs/basis/basis_transcoder.wasm


部分文件因为文件数量过多而无法显示