@react-three/postprocessing 2.8.2 → 2.8.3

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.
package/dist/index.cjs CHANGED
@@ -743,7 +743,7 @@ var TiltShiftEffect = /*#__PURE__*/function (_Effect) {
743
743
  _ref$blendFunction = _ref.blendFunction,
744
744
  blendFunction = _ref$blendFunction === void 0 ? postprocessing.BlendFunction.NORMAL : _ref$blendFunction,
745
745
  _ref$blur = _ref.blur,
746
- blur = _ref$blur === void 0 ? 1.0 : _ref$blur,
746
+ blur = _ref$blur === void 0 ? 0.15 : _ref$blur,
747
747
  _ref$taper = _ref.taper,
748
748
  taper = _ref$taper === void 0 ? 0.5 : _ref$taper,
749
749
  _ref$start = _ref.start,
package/dist/index.js CHANGED
@@ -678,7 +678,7 @@ class TiltShiftEffect extends Effect {
678
678
  constructor(_temp) {
679
679
  let {
680
680
  blendFunction = BlendFunction.NORMAL,
681
- blur = 1.0,
681
+ blur = 0.15,
682
682
  // [0, 1], can go beyond 1 for extra
683
683
  taper = 0.5,
684
684
  // [0, 1], can go beyond 1 for extra
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-three/postprocessing",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "description": "postprocessing wrapper for React and @react-three/fiber",
5
5
  "keywords": [
6
6
  "postprocessing",