David Catuhe 315f3d59bf Nightly il y a 4 ans
..
babylon.glTF1FileLoader.js 315f3d59bf Nightly il y a 4 ans
babylon.glTF1FileLoader.js.map 315f3d59bf Nightly il y a 4 ans
babylon.glTF1FileLoader.min.js aea2ac75d9 Nightly il y a 4 ans
babylon.glTF2FileLoader.js 315f3d59bf Nightly il y a 4 ans
babylon.glTF2FileLoader.js.map 315f3d59bf Nightly il y a 4 ans
babylon.glTF2FileLoader.min.js ec35975e9e Nightly il y a 4 ans
babylon.glTFFileLoader.js 315f3d59bf Nightly il y a 4 ans
babylon.glTFFileLoader.js.map 315f3d59bf Nightly il y a 4 ans
babylon.glTFFileLoader.min.js aea2ac75d9 Nightly il y a 4 ans
babylon.objFileLoader.js 315f3d59bf Nightly il y a 4 ans
babylon.objFileLoader.js.map 315f3d59bf Nightly il y a 4 ans
babylon.objFileLoader.min.js fb56658aa1 Nightly il y a 5 ans
babylon.stlFileLoader.js 315f3d59bf Nightly il y a 4 ans
babylon.stlFileLoader.js.map 315f3d59bf Nightly il y a 4 ans
babylon.stlFileLoader.min.js fb56658aa1 Nightly il y a 5 ans
babylonjs.loaders.d.ts ec35975e9e Nightly il y a 4 ans
babylonjs.loaders.js 315f3d59bf Nightly il y a 4 ans
babylonjs.loaders.js.map 315f3d59bf Nightly il y a 4 ans
babylonjs.loaders.min.js aea2ac75d9 Nightly il y a 4 ans
babylonjs.loaders.module.d.ts ec35975e9e Nightly il y a 4 ans
package.json 05faf4e92e 4.2.0-beta.13 il y a 4 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 7 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.