@babylonjs/materials
Advanced tools
Comparing version 7.34.1 to 7.34.2
{ | ||
"name": "@babylonjs/materials", | ||
"version": "7.34.1", | ||
"version": "7.34.2", | ||
"main": "index.js", | ||
@@ -21,3 +21,3 @@ "module": "index.js", | ||
"devDependencies": { | ||
"@babylonjs/core": "^7.34.1", | ||
"@babylonjs/core": "^7.34.2", | ||
"@dev/build-tools": "^1.0.0", | ||
@@ -24,0 +24,0 @@ "@lts/materials": "^1.0.0" |
@@ -225,2 +225,3 @@ import { __decorate } from "@babylonjs/core/tslib.es6.js"; | ||
this.bindOnlyWorldMatrix(world); | ||
this._activeEffect.setMatrix("view", scene.getViewMatrix()); | ||
this._activeEffect.setMatrix("viewProjection", scene.getTransformMatrix()); | ||
@@ -227,0 +228,0 @@ // Bones |
Sorry, the diff of this file is not supported yet
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
1058528
10891