David Catuhe 05e5646698 4.0.0-beta.5 il y a 6 ans
..
babylon.glTF1FileLoader.js 05e5646698 4.0.0-beta.5 il y a 6 ans
babylon.glTF1FileLoader.js.map a7a746eca9 Nightly il y a 6 ans
babylon.glTF1FileLoader.min.js a7a746eca9 Nightly il y a 6 ans
babylon.glTF2FileLoader.js ecbe119c5c Nightly il y a 6 ans
babylon.glTF2FileLoader.js.map ecbe119c5c Nightly il y a 6 ans
babylon.glTF2FileLoader.min.js ecbe119c5c Nightly il y a 6 ans
babylon.glTFFileLoader.js 05e5646698 4.0.0-beta.5 il y a 6 ans
babylon.glTFFileLoader.js.map ecbe119c5c Nightly il y a 6 ans
babylon.glTFFileLoader.min.js ecbe119c5c Nightly il y a 6 ans
babylon.objFileLoader.js 05e5646698 4.0.0-beta.5 il y a 6 ans
babylon.objFileLoader.js.map 05e5646698 4.0.0-beta.5 il y a 6 ans
babylon.objFileLoader.min.js 05e5646698 4.0.0-beta.5 il y a 6 ans
babylon.stlFileLoader.js fcf02ec96d Nightly il y a 6 ans
babylon.stlFileLoader.js.map fcf02ec96d Nightly il y a 6 ans
babylon.stlFileLoader.min.js fcf02ec96d Nightly il y a 6 ans
babylonjs.loaders.d.ts 05e5646698 4.0.0-beta.5 il y a 6 ans
babylonjs.loaders.js 05e5646698 4.0.0-beta.5 il y a 6 ans
babylonjs.loaders.js.map 05e5646698 4.0.0-beta.5 il y a 6 ans
babylonjs.loaders.min.js 05e5646698 4.0.0-beta.5 il y a 6 ans
babylonjs.loaders.module.d.ts 05e5646698 4.0.0-beta.5 il y a 6 ans
package.json 05e5646698 4.0.0-beta.5 il y a 6 ans
readme-es6.md 2e710a8ebe dedicated es6 readme il y a 6 ans
readme.md 2561068aad Small error in the readme files of the submodules. il y a 8 ans

readme-es6.md

Babylon.js Loaders module

For usage documentation please visit http://doc.babylonjs.com/extensions and choose "loaders".

Installation instructions

To install using npm :

npm install --save-dev @babylonjs/core @babylonjs/loaders

How to use

Afterwards it can be imported to the your project using:

import "@babylonjs/loaders/glTF";

This will extend Babylon's loader plugins to allow the load of gltf and glb files.

For more information you can have a look at our our ES6 dedicated documentation.