gpu-curtains
    Preparing search index...

    Interface ITextureInfo

    Reference to a texture

    interface ITextureInfo {
        extras?: Record<string, unknown>;
        index: number;
        texCoord?: number;
        extensions?: GLTFTexturesInfosExtensions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    extras?: Record<string, unknown>

    Application-Specific data

    index: number

    The index of the texture

    texCoord?: number

    The set index of texture's TEXCOORD attribute used for texture coordinate mapping

    Dictionary object with texture infos extension-specific objects