babylonjs-loaders 6.27.1 → 6.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/babylon.glTF1FileLoader.js +3 -3
- package/babylon.glTF1FileLoader.min.js +1 -1
- package/babylon.glTF1FileLoader.min.js.map +1 -1
- package/babylon.glTF2FileLoader.js +3 -3
- package/babylon.glTF2FileLoader.min.js +1 -1
- package/babylon.glTF2FileLoader.min.js.map +1 -1
- package/babylon.glTFFileLoader.js +3 -3
- package/babylon.glTFFileLoader.min.js +1 -1
- package/babylon.glTFFileLoader.min.js.map +1 -1
- package/babylonjs.loaders.d.ts +1 -1
- package/babylonjs.loaders.js +3 -3
- package/babylonjs.loaders.min.js +1 -1
- package/babylonjs.loaders.min.js.map +1 -1
- package/babylonjs.loaders.module.d.ts +2 -2
- package/package.json +3 -3
package/babylonjs.loaders.d.ts
CHANGED
|
@@ -3241,7 +3241,7 @@ declare module BABYLON {
|
|
|
3241
3241
|
*/
|
|
3242
3242
|
export class GLTFValidation {
|
|
3243
3243
|
/**
|
|
3244
|
-
* The configuration. Defaults to `{ url: "https://
|
|
3244
|
+
* The configuration. Defaults to `{ url: "https://cdn.babylonjs.com/gltf_validator.js" }`.
|
|
3245
3245
|
*/
|
|
3246
3246
|
static Configuration: IGLTFValidationConfiguration;
|
|
3247
3247
|
private static _LoadScriptPromise;
|