@cityjson/flatcitybuf
    Preparing search index...

    Interface TextureObject

    interface TextureObject {
        borderColor?: number[];
        image?: string;
        textureType?: string;
        type?: string;
        wrapMode?: string;
    }
    Index
    borderColor?: number[]
    image?: string
    textureType?: string
    type?: string
    wrapMode?: string