UNPKG

webgi-gltf-extensions

Version:

WEBGI GLTF Extensions for glTF-Transform and three.js

11 lines (9 loc) 461 B
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 }