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

Update babylon.dracoCompression.ts

sebavan преди 7 години
родител
ревизия
ab6265d728
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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