UNPKG

webgi-gltf-extensions

Version:

WEBGI GLTF Extensions for glTF-Transform and three.js

32 lines 1.64 kB
import { GenericExtension } from 'gltf-transform-generic-ext'; export declare class WebGIMaterialsAnisotropy extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_materials_anisotropy"; readonly extensionName = "WEBGI_materials_anisotropy"; textureChannels: Record<string, number>; } export declare class WebGIMaterialsCustomBumpMap extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_materials_custom_bump_map"; readonly extensionName = "WEBGI_materials_custom_bump_map"; textureChannels: Record<string, number>; } export declare class WebGIMaterialsClearcoatTint extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_materials_clearcoat_tint"; readonly extensionName = "WEBGI_materials_clearcoat_tint"; } export declare class WebGIMaterialsThinFilmLayer extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_materials_thin_film_layer"; readonly extensionName = "WEBGI_materials_thin_film_layer"; } export declare class WebGIMaterialsTriplanarMapping extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_materials_triplanar"; readonly extensionName = "WEBGI_materials_triplanar"; } export declare class WebGIMaterialsSSBevel extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_materials_ssbevel"; readonly extensionName = "WEBGI_materials_ssbevel"; } export declare class WebGIMaterialsNoiseBump extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_materials_noise_bump"; readonly extensionName = "WEBGI_materials_noise_bump"; } //# sourceMappingURL=WebGIMaterialExtensions.d.ts.map