postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface LensDistortionEffectOptions

    LensDistortionEffect options.

    interface LensDistortionEffectOptions {
        distortion?: Vector2;
        focalLength?: Vector2;
        principalPoint?: Vector2;
        skew?: number;
    }

    Implemented by

    Index

    Properties

    distortion?: Vector2

    The radial distortion coefficients.

    (0, 0)
    
    focalLength?: Vector2

    The focal length.

    (1, 1)
    
    principalPoint?: Vector2

    The principal point.

    (0, 0)
    
    skew?: number

    The skew factor in radians.

    0