Material Occlusion Texture Info

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

Hierarchy (View Summary)

Properties

extras?: Record<string, unknown>

Application-Specific data

strength?: number

A scalar multiplier controlling the amount of occlusion applied

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