Define the KHR_materials_variants extension top level options.

interface GLTFVariants {
    variants?: Record<"name", string>[];
}

Properties

Properties

variants?: Record<"name", string>[]

Array of available variants names.