New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@babylonjs/loaders

Package Overview
Dependencies
Maintainers
1
Versions
583
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babylonjs/loaders - npm Package Compare versions

Comparing version

to
4.0.0-beta.6

2

glTF/2.0/Extensions/EXT_lights_image_based.js

@@ -90,3 +90,3 @@ import { Scalar } from "@babylonjs/core/Maths/math.scalar";

var sphericalHarmonics = SphericalHarmonics.FromArray(light.irradianceCoefficients);
sphericalHarmonics.scale(light.intensity);
sphericalHarmonics.scaleInPlace(light.intensity);
sphericalHarmonics.convertIrradianceToLambertianRadiance();

@@ -93,0 +93,0 @@ var sphericalPolynomial = SphericalPolynomial.FromHarmonics(sphericalHarmonics);

@@ -7,3 +7,3 @@ {

"description": "The Babylon.js file loaders library is an extension you can use to load different 3D file types into a Babylon scene.",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"repository": {

@@ -138,4 +138,4 @@ "type": "git",

"dependencies": {
"babylonjs-gltf2interface": "4.0.0-beta.5",
"@babylonjs/core": "4.0.0-beta.5",
"babylonjs-gltf2interface": "4.0.0-beta.6",
"@babylonjs/core": "4.0.0-beta.6",
"tslib": "^1.9.3"

@@ -142,0 +142,0 @@ },

Sorry, the diff of this file is not supported yet