Photo Sphere Viewer
    Preparing search index...

    Type Alias CubemapSeparate

    Object defining a cubemap as separated files

    type CubemapSeparate = {
        flipTopBottom?: boolean;
        paths: Cubemap | CubemapArray;
        type: "separate";
    }
    Index

    Properties

    flipTopBottom?: boolean

    Set to true if the top and bottom faces are not correctly oriented

    false
    
    type: "separate"