We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bdc35 commit 1c47457Copy full SHA for 1c47457
src/effects/DepthOfFieldEffect.js
@@ -266,24 +266,6 @@ export class DepthOfFieldEffect extends Effect {
266
267
}
268
269
- /**
270
- * The mask function. Default is `MULTIPLY_RGB_SET_ALPHA`.
271
- *
272
- * @type {MaskFunction}
273
- */
274
-
275
- get maskFunction() {
276
277
- return this.maskPass.fullscreenMaterial.maskFunction;
278
279
- }
280
281
- set maskFunction(value) {
282
283
- this.maskPass.fullscreenMaterial.maskFunction = value;
284
285
286
287
/**
288
* The circle of confusion material.
289
*
0 commit comments