Photo Sphere Viewer
    Preparing search index...

    Type Alias CubemapNet

    Object defining a cubemap as a single net file (cross arrangement)

    type CubemapNet = {
        path: string;
        type: "net";
    }
    Index

    Properties

    Properties

    path: string
    type: "net"