Преглед на файлове

Basis: Update transcoder.

Don McCurdy преди 6 години
родител
ревизия
48bb1e94ae
променени са 3 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      examples/js/libs/basis/README.md
  2. 0 0
      examples/js/libs/basis/basis_transcoder.js
  3. BIN
      examples/js/libs/basis/basis_transcoder.wasm

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

@@ -11,7 +11,7 @@ a wide variety of GPU texture compression formats.
 
 This folder contains two files:
 
-* `basis_transcoder.js` — JavaScript wrapper for the WebAssembly transcoder.
+* `basis_transcoder.js`<sup>1</sup> — JavaScript wrapper for the WebAssembly transcoder.
 * `basis_transcoder.wasm` — WebAssembly transcoder.
 
 Both are dependencies of `THREE.BasisTextureLoader`:
@@ -38,6 +38,8 @@ 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).
 
+<small><sup>1</sup> 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
 
 [Apache License 2.0](https://github.com/BinomialLLC/basis_universal/blob/master/LICENSE)

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
examples/js/libs/basis/basis_transcoder.js


BIN
examples/js/libs/basis/basis_transcoder.wasm


Някои файлове не бяха показани, защото твърде много файлове са промени