Interface BackgroundTexture

interface BackgroundTexture {
    isHdr?: boolean;
    path?: string;
    texture?: DataTexture;
    url?: string | string[];
}

Properties

isHdr?: boolean
path?: string
texture?: DataTexture
url?: string | string[]