DistortionMesh constructor
DistortionMesh({})
Implementation
DistortionMesh({
this.coefficients = const [0.441, 0.156],
this.resolution = 40,
this.screenToLensDistance = 0.042,
this.interLensDistance = 0.06,
}) {
_computeMesh();
}