File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,12 @@ import fragmentShader from "./glsl/lens-distortion.frag";
66/**
77 * Lens distortion effect.
88 * Original shader ported from https://github.com/ycw/three-lens-distortion
9- * @author danielr electroteque@gmail.com
109 */
1110export class LensDistortionEffect extends Effect {
1211
1312 /**
1413 * Constructs a new lens distortion effect.
1514 * @param {Object } [options] - The options.
16- * @param {BlendFunction } [options.blendFunction=BlendFunction.SCREEN] - The blend function of this effect.
1715 * @param {Vector2 } [options.distortion={x: 0, y: 0 }] - The distortion value as vec2.
1816 * @param {Vector2 } [options.principalPoint={x: 0, y: 0}] - The center point as vec2.
1917 * @param {Vector2 } [options.focalLength={x: 1, y: 1}] - The focal length as vec2.
You can’t perform that action at this time.
0 commit comments