babylonjs-serializers
Advanced tools
Comparing version 7.39.1 to 7.39.2
@@ -206,3 +206,3 @@ | ||
/** | ||
* Computes the metallic factor. | ||
* Computes the metallic factor from specular glossiness values. | ||
* @param diffuse diffused value | ||
@@ -216,2 +216,7 @@ * @param specular specular value | ||
/** | ||
* Computes the metallic/roughness factors from a Standard Material. | ||
* @internal | ||
*/ | ||
export function _ConvertToGLTFPBRMetallicRoughness(babylonStandardMaterial: StandardMaterial): BABYLON.GLTF2.IMaterialPbrMetallicRoughness; | ||
/** | ||
* Utility methods for working with glTF material conversion properties. | ||
@@ -227,3 +232,2 @@ * @internal | ||
exportStandardMaterialAsync(babylonStandardMaterial: StandardMaterial, mimeType: BABYLON.GLTF2.ImageMimeType, hasUVs: boolean): Promise<number>; | ||
private _convertToGLTFPBRMetallicRoughness; | ||
private _finishMaterialAsync; | ||
@@ -230,0 +234,0 @@ private _getImageDataAsync; |
{ | ||
"name": "babylonjs-serializers", | ||
"version": "7.39.1", | ||
"version": "7.39.2", | ||
"main": "babylonjs.serializers.js", | ||
@@ -18,4 +18,4 @@ "types": "babylonjs.serializers.module.d.ts", | ||
"dependencies": { | ||
"babylonjs": "^7.39.1", | ||
"babylonjs-gltf2interface": "^7.39.1" | ||
"babylonjs": "^7.39.2", | ||
"babylonjs-gltf2interface": "^7.39.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3280881
19068
Updatedbabylonjs@^7.39.2