Reference to a texture

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

Hierarchy (view full)

Properties

extensions?: Record<string, unknown>

Dictionary object with extension-specific objects

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