Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babylonjs-serializers

Package Overview
Dependencies
Maintainers
1
Versions
648
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babylonjs-serializers - npm Package Compare versions

Comparing version 7.39.1 to 7.39.2

8

babylonjs.serializers.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc