UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

7 lines (6 loc) 271 B
import type { GLTF } from 'three/examples/jsm/loaders/GLTFLoader.js'; import type { SceneGraph } from '../lib/buildSceneGraph'; /** * Extends THREE.GLTF by materials and nodes properties */ export type ThrelteGltf<Graph extends SceneGraph = SceneGraph> = GLTF & Graph;