Taos API Reference
    Preparing search index...

    Interface AtlasSlot

    A static image packed into a layer of the shared projector atlas array.

    interface AtlasSlot {
        kind: "atlas";
        atlas: ProjectorAtlasLike;
        layer: number;
        uvRect: UvRect;
    }
    Index

    Properties

    Properties

    kind: "atlas"

    The atlas this slot lives in.

    layer: number

    Array layer this image occupies in the ProjectorAtlas.

    uvRect: UvRect

    Where the image lives within its layer (atlas packing rect). Composed with the projector's own crop at sample time.