UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

15 lines (11 loc) 338 B
import { type GLTF } from 'three/examples/jsm/loaders/GLTFLoader'; export type DIVESceneFileType = { glb: GLTF; // more types will be added at a later point in time // 'gltf': GLTF, // 'obj': ArrayBuffer, // 'fbx': ArrayBuffer, // 'usdz': ArrayBuffer, // 'usda': ArrayBuffer, // 'usdc': ArrayBuffer, };