@masatomakino/threejs-texture-switching-loader
    Preparing search index...

    Interface CanvasTextureOption

    Options for THREE.CanvasTexture Constructor.

    interface CanvasTextureOption {
        anisotropy?: number;
        colorSpace?: ColorSpace;
        format?: PixelFormat;
        mapping?: Mapping;
        minFilter?: TextureFilter;
        type?: TextureDataType;
        wrapS?: Wrapping;
        wrapT?: Wrapping;
    }
    Index

    Properties

    anisotropy?: number
    colorSpace?: ColorSpace
    format?: PixelFormat
    mapping?: Mapping
    minFilter?: TextureFilter
    type?: TextureDataType
    wrapS?: Wrapping
    wrapT?: Wrapping