use zstd compressed by default for usda-load demo.

This commit is contained in:
Syoyo Fujita
2025-06-27 10:19:41 +09:00
parent 0768deb2a0
commit 55bb674986

View File

@@ -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";