Taos API Reference
    Preparing search index...

    Interface PaniniSettings

    Panini projection (wide-FOV horizontal de-stretch).

    interface PaniniSettings {
        enabled?: boolean;
        distance?: number;
        fov?: number;
    }
    Index

    Properties

    enabled?: boolean
    distance?: number

    Compression distance d. 0 = rectilinear (identity), 1 = classic Panini, larger compresses the horizontal edges further. Default 1.

    fov?: number

    Vertical field-of-view in degrees the projection assumes. When omitted the feature feeds the live camera's FOV so the warp matches the scene.