sebavan a6bfc68368 Nightly il y a 5 ans
..
babylon.glTF1FileLoader.js a6bfc68368 Nightly il y a 5 ans
babylon.glTF1FileLoader.js.map a6bfc68368 Nightly il y a 5 ans
babylon.glTF1FileLoader.min.js a6bfc68368 Nightly il y a 5 ans
babylon.glTF2FileLoader.js a6bfc68368 Nightly il y a 5 ans
babylon.glTF2FileLoader.js.map a6bfc68368 Nightly il y a 5 ans
babylon.glTF2FileLoader.min.js a6bfc68368 Nightly il y a 5 ans
babylon.glTFFileLoader.js a6bfc68368 Nightly il y a 5 ans
babylon.glTFFileLoader.js.map a6bfc68368 Nightly il y a 5 ans
babylon.glTFFileLoader.min.js a6bfc68368 Nightly il y a 5 ans
babylon.objFileLoader.js a6bfc68368 Nightly il y a 5 ans
babylon.objFileLoader.js.map a6bfc68368 Nightly il y a 5 ans
babylon.objFileLoader.min.js 519b343770 nightly il y a 5 ans
babylon.stlFileLoader.js a6bfc68368 Nightly il y a 5 ans
babylon.stlFileLoader.js.map a6bfc68368 Nightly il y a 5 ans
babylon.stlFileLoader.min.js 519b343770 nightly il y a 5 ans
babylonjs.loaders.d.ts a6bfc68368 Nightly il y a 5 ans
babylonjs.loaders.js a6bfc68368 Nightly il y a 5 ans
babylonjs.loaders.js.map a6bfc68368 Nightly il y a 5 ans
babylonjs.loaders.min.js a6bfc68368 Nightly il y a 5 ans
babylonjs.loaders.module.d.ts a6bfc68368 Nightly il y a 5 ans
package.json 17b9f7ff94 4.2.0-alpha.21 il y a 5 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.