Material Normal Texture Info

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

Hierarchy (View Summary)

Properties

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

Dictionary object with texture infos extension-specific objects