Material Normal Texture Info

interface IMaterialNormalTextureInfo {
    extensions?: Record<string, unknown>;
    extras?: Record<string, unknown>;
    scale?: number;
    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

scale?: number

The scalar multiplier applied to each normal vector of the normal texture

index: number

The index of the texture

texCoord?: number

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