Define the KHR_materials_ior extension materials options.

interface GLTFMaterialsIorExtension {
    ior?: number;
}

Properties

Properties

ior?: number

The index of refraction. Default to 1.5.