David Catuhe 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
..
babylon.glTF1FileLoader.js 518d7452e7 Nightly 5 lat temu
babylon.glTF1FileLoader.js.map 518d7452e7 Nightly 5 lat temu
babylon.glTF1FileLoader.min.js 518d7452e7 Nightly 5 lat temu
babylon.glTF2FileLoader.js 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylon.glTF2FileLoader.js.map 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylon.glTF2FileLoader.min.js 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylon.glTFFileLoader.js 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylon.glTFFileLoader.js.map 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylon.glTFFileLoader.min.js 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylon.objFileLoader.js 518d7452e7 Nightly 5 lat temu
babylon.objFileLoader.js.map f3d39243e5 Nightly 5 lat temu
babylon.objFileLoader.min.js 518d7452e7 Nightly 5 lat temu
babylon.stlFileLoader.js 7613cab225 4.2.0-alpha.9 5 lat temu
babylon.stlFileLoader.js.map e6fe4d755f Nightly 5 lat temu
babylon.stlFileLoader.min.js 518d7452e7 Nightly 5 lat temu
babylonjs.loaders.d.ts 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylonjs.loaders.js 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylonjs.loaders.js.map 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylonjs.loaders.min.js 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
babylonjs.loaders.module.d.ts 7124ccb774 Merge branch 'master' of https://github.com/BabylonJS/Babylon.js 5 lat temu
package.json ae18688ae8 4.2.0-alpha.19 5 lat temu
readme-es6.md 2e710a8ebe dedicated es6 readme 6 lat temu
readme.md 2561068aad Small error in the readme files of the submodules. 7 lat temu

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.