Quellcode durchsuchen

Update babylon.dracoCompression.ts

sebavan vor 7 Jahren
Ursprung
Commit
ab6265d728
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/Mesh/Compression/babylon.dracoCompression.ts

+ 1 - 1
src/Mesh/Compression/babylon.dracoCompression.ts

@@ -38,7 +38,7 @@ module BABYLON {
      * 
      * **Decoder**
      * 
-     * By default, the configuration points to a copy of the Draco decoder files for glTF from https://preview.babylonjs.com.
+     * By default, the configuration points to a copy of the Draco decoder files for glTF from the babylon.js preview cdn https://preview.babylonjs.com/draco_wasm_wrapper_gltf.js.
      * 
      * To update the configuration, use the following code:
      * ```javascript