babylonjs-loaders 6.27.0 → 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 +5 -5
- package/babylon.glTF1FileLoader.min.js +1 -1
- package/babylon.glTF1FileLoader.min.js.map +1 -1
- package/babylon.glTF2FileLoader.js +5 -5
- package/babylon.glTF2FileLoader.min.js +1 -1
- package/babylon.glTF2FileLoader.min.js.map +1 -1
- package/babylon.glTFFileLoader.js +5 -5
- 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 +5 -5
- 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
|
@@ -3323,7 +3323,7 @@ export interface IGLTFValidationConfiguration {
|
|
|
3323
3323
|
*/
|
|
3324
3324
|
export class GLTFValidation {
|
|
3325
3325
|
/**
|
|
3326
|
-
* The configuration. Defaults to `{ url: "https://
|
|
3326
|
+
* The configuration. Defaults to `{ url: "https://cdn.babylonjs.com/gltf_validator.js" }`.
|
|
3327
3327
|
*/
|
|
3328
3328
|
static Configuration: IGLTFValidationConfiguration;
|
|
3329
3329
|
private static _LoadScriptPromise;
|
|
@@ -7109,7 +7109,7 @@ declare module BABYLON {
|
|
|
7109
7109
|
*/
|
|
7110
7110
|
export class GLTFValidation {
|
|
7111
7111
|
/**
|
|
7112
|
-
* The configuration. Defaults to `{ url: "https://
|
|
7112
|
+
* The configuration. Defaults to `{ url: "https://cdn.babylonjs.com/gltf_validator.js" }`.
|
|
7113
7113
|
*/
|
|
7114
7114
|
static Configuration: IGLTFValidationConfiguration;
|
|
7115
7115
|
private static _LoadScriptPromise;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-loaders",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.28.0",
|
|
4
4
|
"main": "babylonjs.loaders.js",
|
|
5
5
|
"types": "babylonjs.loaders.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"test:escheck": "es-check es6 ./babylonjs.loaders.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"babylonjs": "^6.
|
|
19
|
-
"babylonjs-gltf2interface": "^6.
|
|
18
|
+
"babylonjs": "^6.28.0",
|
|
19
|
+
"babylonjs-gltf2interface": "^6.28.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@dev/build-tools": "1.0.0",
|