babylonjs-serializers 8.32.3 → 8.33.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.
|
@@ -284,7 +284,7 @@ import { BaseTexture } from "babylonjs/Materials/Textures/baseTexture";
|
|
|
284
284
|
import { GLTFExporter } from "babylonjs-serializers/glTF/2.0/glTFExporter";
|
|
285
285
|
import { StandardMaterial } from "babylonjs/Materials/standardMaterial";
|
|
286
286
|
import { PBRBaseMaterial } from "babylonjs/Materials/PBR/pbrBaseMaterial";
|
|
287
|
-
import { OpenPBRMaterial } from "babylonjs/Materials/PBR/
|
|
287
|
+
import { OpenPBRMaterial } from "babylonjs/Materials/PBR/openpbrMaterial";
|
|
288
288
|
/**
|
|
289
289
|
* Computes the metallic factor from specular glossiness values.
|
|
290
290
|
* @param diffuse diffused value
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-serializers",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.33.0",
|
|
4
4
|
"main": "babylonjs.serializers.min.js",
|
|
5
5
|
"types": "babylonjs.serializers.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"test:escheck": "es-check es6 ./babylonjs.serializers.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"babylonjs": "^8.
|
|
19
|
-
"babylonjs-gltf2interface": "^8.
|
|
18
|
+
"babylonjs": "^8.33.0",
|
|
19
|
+
"babylonjs-gltf2interface": "^8.33.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@dev/build-tools": "1.0.0",
|