Variable customBumpMapGLTFExtensionConst
customBumpMapGLTFExtension: { export: ( w: GLTFWriter2, ) => { writeMaterial: (material: any, materialDef: any) => void }; import: (p: GLTFParser) => GLTFMaterialsCustomBumpMapImport; name: string; textures: { customBumpMap: string };} = ... Type declaration
export: (w: GLTFWriter2) => { writeMaterial: (material: any, materialDef: any) => void }
import: (p: GLTFParser) => GLTFMaterialsCustomBumpMapImport
name: string
textures: { customBumpMap: string }