From 0e109b4f6739f3a638d4784b0e3f36faca61f029 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Sat, 18 Apr 2026 17:48:55 +0200 Subject: [PATCH] Update link to meshopt_decoder.cjs to 1.1.1 --- docs/components/gltf-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/gltf-model.md b/docs/components/gltf-model.md index 758e5450349..5b8b5a9f670 100644 --- a/docs/components/gltf-model.md +++ b/docs/components/gltf-model.md @@ -179,7 +179,7 @@ These files are available from the three.js repository in [`/examples/jsm/libs/b You can use a CDN like this: `basisTranscoderPath:https://cdn.jsdelivr.net/npm/three@0.154.0/examples/jsm/libs/basis/;` -`meshoptDecoderPath` path should be the complete file path (including filename) for a Meshopt decoder, typically named `meshopt_decoder.cjs`. Meshopt requires WebAssembly support. A CDN-hosted, versioned decoder is available at `https://unpkg.com/meshoptimizer@1.0.1/meshopt_decoder.cjs` (check the latest version number on [npm](https://www.npmjs.com/package/meshoptimizer)), or you may download copies from the [meshoptimizer GitHub repository][meshopt-decoder]. +`meshoptDecoderPath` path should be the complete file path (including filename) for a Meshopt decoder, typically named `meshopt_decoder.cjs`. Meshopt requires WebAssembly support. A CDN-hosted, versioned decoder is available at `https://unpkg.com/meshoptimizer@1.1.1/meshopt_decoder.cjs` (check the latest version number on [npm](https://www.npmjs.com/package/meshoptimizer)), or you may download copies from the [meshoptimizer GitHub repository][meshopt-decoder]. ## More Resources