Interface TextureLoaderOptions

interface TextureLoaderOptions {
    crossOrigin?: string;
}

Properties

Properties

crossOrigin?: string