UNPKG

webgi-gltf-extensions

Version:

WEBGI GLTF Extensions for glTF-Transform and three.js

14 lines 663 B
import { GenericExtension } from 'gltf-transform-generic-ext'; export declare class WebGILightExtras extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_light_extras"; readonly extensionName = "WEBGI_light_extras"; } export declare class WebGIObject3DExtras extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_object3d_extras"; readonly extensionName = "WEBGI_object3d_extras"; } export declare class WebGIMaterialExtras extends GenericExtension { static readonly EXTENSION_NAME = "WEBGI_material_extras"; readonly extensionName = "WEBGI_material_extras"; } //# sourceMappingURL=WebGIExtrasExtensions.d.ts.map