@archvisioninc/canvas 2.5.4 → 2.5.5

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.
@@ -709,7 +709,7 @@ export const updateEnvironment = inboundData => {
709
709
  // Blur
710
710
  if (envBlur !== undefined) {
711
711
  skyBox.microSurface = 1 - envBlur;
712
- newMetaDataEntry('environmentIntensity', envBlur);
712
+ newMetaDataEntry('environmentBlur', envBlur);
713
713
  }
714
714
 
715
715
  // Update environment texture.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archvisioninc/canvas",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "private": false,
5
5
  "main": "dist/Canvas.js",
6
6
  "module": "dist/Canvas.js",
@@ -694,7 +694,7 @@ export const updateEnvironment = inboundData => {
694
694
  // Blur
695
695
  if (envBlur !== undefined) {
696
696
  skyBox.microSurface = 1 - envBlur;
697
- newMetaDataEntry('environmentIntensity', envBlur);
697
+ newMetaDataEntry('environmentBlur', envBlur);
698
698
  }
699
699
 
700
700
  // Update environment texture.