Skip to content

Commit 1c47457

Browse files
committed
Revert "Add maskFunction accessors"
This reverts commit f96aa01.
1 parent 17bdc35 commit 1c47457

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/effects/DepthOfFieldEffect.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -266,24 +266,6 @@ export class DepthOfFieldEffect extends Effect {
266266

267267
}
268268

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-
287269
/**
288270
* The circle of confusion material.
289271
*

0 commit comments

Comments
 (0)