index.ts 173 B

12345678
  1. export * from "./glTFFileLoader";
  2. export * from "./glTFValidation";
  3. import * as GLTF1 from "./1.0";
  4. import * as GLTF2 from "./2.0";
  5. export {
  6. GLTF1,
  7. GLTF2
  8. };