Photo Sphere Viewer
    Preparing search index...

    Type Alias DualFisheyeAdapterConfig

    type DualFisheyeAdapterConfig = {
        resolution?: number;
    }
    Index

    Properties

    Properties

    resolution?: number

    number of faces of the sphere geometry, higher values may decrease performances

    64