import {GenericExtension} from 'gltf-transform-generic-ext'

export class WebGIMaterialsDiamond extends GenericExtension {
    public static readonly EXTENSION_NAME = 'WEBGI_materials_diamond'
    readonly extensionName = WebGIMaterialsDiamond.EXTENSION_NAME
}
export class WebGIAnimationMarkers extends GenericExtension {
    public static readonly EXTENSION_NAME = 'WEBGI_animation_markers'
    readonly extensionName = WebGIAnimationMarkers.EXTENSION_NAME
}
