mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
use zstd compressed by default for usda-load demo.
This commit is contained in:
@@ -43,7 +43,7 @@ async function loadScenes() {
|
||||
|
||||
// it is recommended to call init() before loadAsync()
|
||||
// (wait loading/compiling wasm module in the early stage))
|
||||
await loader.init();
|
||||
await loader.init({useZstdCompressedWasm: true});
|
||||
|
||||
const texcat_filename = "./assets/texture-cat-plane.usda";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user