Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...

    Type Alias AllMaterialTextures

    type AllMaterialTextures = {
        concrete: PBRTextures;
        crate: PBRTextures;
        metalPanels: PBRTextures;
        solarPanel: Omit<PBRTextures, "ambientOcclusion">;
        spaceStation: PBRTextures;
        tree: Pick<PBRTextures, "albedo">;
    }
    Index

    Properties

    concrete: PBRTextures
    metalPanels: PBRTextures
    solarPanel: Omit<PBRTextures, "ambientOcclusion">
    spaceStation: PBRTextures
    tree: Pick<PBRTextures, "albedo">