@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('
|
|
712
|
+
newMetaDataEntry('environmentBlur', envBlur);
|
|
713
713
|
}
|
|
714
714
|
|
|
715
715
|
// Update environment texture.
|
package/package.json
CHANGED
|
@@ -694,7 +694,7 @@ export const updateEnvironment = inboundData => {
|
|
|
694
694
|
// Blur
|
|
695
695
|
if (envBlur !== undefined) {
|
|
696
696
|
skyBox.microSurface = 1 - envBlur;
|
|
697
|
-
newMetaDataEntry('
|
|
697
|
+
newMetaDataEntry('environmentBlur', envBlur);
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
// Update environment texture.
|