UNPKG

@gltf-transform/extensions

Version:

Adds extension support to @gltf-transform/core

51 lines (50 loc) 4.47 kB
import { EXTMeshGPUInstancing } from './ext-mesh-gpu-instancing/index.js'; import { EXTMeshoptCompression } from './ext-meshopt-compression/index.js'; import { EXTTextureAVIF } from './ext-texture-avif/index.js'; import { EXTTextureWebP } from './ext-texture-webp/index.js'; import { KHRDracoMeshCompression } from './khr-draco-mesh-compression/index.js'; import { KHRLightsPunctual } from './khr-lights-punctual/index.js'; import { KHRMaterialsAnisotropy } from './khr-materials-anisotropy/index.js'; import { KHRMaterialsClearcoat } from './khr-materials-clearcoat/index.js'; import { KHRMaterialsDiffuseTransmission } from './khr-materials-diffuse-transmission/materials-diffuse-transmission.js'; import { KHRMaterialsDispersion } from './khr-materials-dispersion/index.js'; import { KHRMaterialsEmissiveStrength } from './khr-materials-emissive-strength/index.js'; import { KHRMaterialsIOR } from './khr-materials-ior/index.js'; import { KHRMaterialsIridescence } from './khr-materials-iridescence/index.js'; import { KHRMaterialsPBRSpecularGlossiness } from './khr-materials-pbr-specular-glossiness/index.js'; import { KHRMaterialsSheen } from './khr-materials-sheen/index.js'; import { KHRMaterialsSpecular } from './khr-materials-specular/index.js'; import { KHRMaterialsTransmission } from './khr-materials-transmission/index.js'; import { KHRMaterialsUnlit } from './khr-materials-unlit/index.js'; import { KHRMaterialsVariants } from './khr-materials-variants/index.js'; import { KHRMaterialsVolume } from './khr-materials-volume/index.js'; import { KHRMeshQuantization } from './khr-mesh-quantization/index.js'; import { KHRTextureBasisu } from './khr-texture-basisu/index.js'; import { KHRTextureTransform } from './khr-texture-transform/index.js'; import { KHRXMP } from './khr-xmp-json-ld/index.js'; export declare const KHRONOS_EXTENSIONS: (typeof KHRDracoMeshCompression | typeof KHRLightsPunctual | typeof KHRMaterialsAnisotropy | typeof KHRMaterialsClearcoat | typeof KHRMaterialsDiffuseTransmission | typeof KHRMaterialsDispersion | typeof KHRMaterialsEmissiveStrength | typeof KHRMaterialsIOR | typeof KHRMaterialsIridescence | typeof KHRMaterialsPBRSpecularGlossiness | typeof KHRMaterialsSpecular | typeof KHRMaterialsSheen | typeof KHRMaterialsTransmission | typeof KHRMaterialsUnlit | typeof KHRMaterialsVariants | typeof KHRMaterialsVolume | typeof KHRMeshQuantization | typeof KHRTextureBasisu | typeof KHRTextureTransform | typeof KHRXMP)[]; export declare const ALL_EXTENSIONS: (typeof KHRDracoMeshCompression | typeof KHRLightsPunctual | typeof KHRMaterialsAnisotropy | typeof KHRMaterialsClearcoat | typeof KHRMaterialsDiffuseTransmission | typeof KHRMaterialsDispersion | typeof KHRMaterialsEmissiveStrength | typeof KHRMaterialsIOR | typeof KHRMaterialsIridescence | typeof KHRMaterialsPBRSpecularGlossiness | typeof KHRMaterialsSpecular | typeof KHRMaterialsSheen | typeof KHRMaterialsTransmission | typeof KHRMaterialsUnlit | typeof KHRMaterialsVariants | typeof KHRMaterialsVolume | typeof KHRMeshQuantization | typeof KHRTextureBasisu | typeof KHRTextureTransform | typeof KHRXMP | typeof EXTMeshGPUInstancing | typeof EXTMeshoptCompression | typeof EXTTextureAVIF | typeof EXTTextureWebP)[]; export * from './ext-mesh-gpu-instancing/index.js'; export * from './ext-meshopt-compression/index.js'; export * from './ext-texture-avif/index.js'; export * from './ext-texture-webp/index.js'; export * from './khr-draco-mesh-compression/index.js'; export * from './khr-lights-punctual/index.js'; export * from './khr-materials-anisotropy/index.js'; export * from './khr-materials-clearcoat/index.js'; export * from './khr-materials-diffuse-transmission/index.js'; export * from './khr-materials-dispersion/index.js'; export * from './khr-materials-emissive-strength/index.js'; export * from './khr-materials-ior/index.js'; export * from './khr-materials-iridescence/index.js'; export * from './khr-materials-sheen/index.js'; export * from './khr-materials-specular/index.js'; export * from './khr-materials-pbr-specular-glossiness/index.js'; export * from './khr-materials-transmission/index.js'; export * from './khr-materials-unlit/index.js'; export * from './khr-materials-variants/index.js'; export * from './khr-materials-volume/index.js'; export * from './khr-mesh-quantization/index.js'; export * from './khr-texture-basisu/index.js'; export * from './khr-texture-transform/index.js'; export * from './khr-xmp-json-ld/index.js';