UNPKG

@babylonjs/loaders

Version:

The Babylon.js file loaders library is an extension you can use to load different 3D file types into a Babylon scene.

5 lines 160 B
export * from "./glTFFileLoader"; import * as GLTF1 from "./1.0"; import * as GLTF2 from "./2.0"; export { GLTF1, GLTF2 }; //# sourceMappingURL=index.js.map