Variable clearCoatTintGLTFExtensionConst

clearCoatTintGLTFExtension: {
    export: (
        w: GLTFWriter2,
    ) => { writeMaterial: (material: any, materialDef: any) => void };
    import: (p: GLTFParser) => GLTFMaterialsClearcoatTintExtensionImport;
    name: string;
    textures: undefined;
} = ...

Type declaration

  • export: (w: GLTFWriter2) => { writeMaterial: (material: any, materialDef: any) => void }
  • import: (p: GLTFParser) => GLTFMaterialsClearcoatTintExtensionImport
  • name: string
  • textures: undefined