webgi-gltf-extensions
Version:
WEBGI GLTF Extensions for glTF-Transform and three.js
10 lines • 492 B
TypeScript
import { GenericExtension } from 'gltf-transform-generic-ext';
export declare class WebGIMaterialsDiamond extends GenericExtension {
static readonly EXTENSION_NAME = "WEBGI_materials_diamond";
readonly extensionName = "WEBGI_materials_diamond";
}
export declare class WebGIAnimationMarkers extends GenericExtension {
static readonly EXTENSION_NAME = "WEBGI_animation_markers";
readonly extensionName = "WEBGI_animation_markers";
}
//# sourceMappingURL=WebGIExtensions.d.ts.map