David Catuhe 0f4d7e7a3a Nightly il y a 4 ans
..
babylon.glTF1FileLoader.js 0f4d7e7a3a Nightly il y a 4 ans
babylon.glTF1FileLoader.js.map 0f4d7e7a3a Nightly il y a 4 ans
babylon.glTF1FileLoader.min.js feced10e56 Nightly il y a 4 ans
babylon.glTF2FileLoader.js 0f4d7e7a3a Nightly il y a 4 ans
babylon.glTF2FileLoader.js.map 0f4d7e7a3a Nightly il y a 4 ans
babylon.glTF2FileLoader.min.js 38fb77a3dd Nightly il y a 4 ans
babylon.glTFFileLoader.js 0f4d7e7a3a Nightly il y a 4 ans
babylon.glTFFileLoader.js.map 0f4d7e7a3a Nightly il y a 4 ans
babylon.glTFFileLoader.min.js 38fb77a3dd Nightly il y a 4 ans
babylon.objFileLoader.js 0f4d7e7a3a Nightly il y a 4 ans
babylon.objFileLoader.js.map 0f4d7e7a3a Nightly il y a 4 ans
babylon.objFileLoader.min.js d29584cd58 Nightly il y a 4 ans
babylon.stlFileLoader.js 0f4d7e7a3a Nightly il y a 4 ans
babylon.stlFileLoader.js.map 0f4d7e7a3a Nightly il y a 4 ans
babylon.stlFileLoader.min.js fb56658aa1 Nightly il y a 5 ans
babylonjs.loaders.d.ts 38fb77a3dd Nightly il y a 4 ans
babylonjs.loaders.js 0f4d7e7a3a Nightly il y a 4 ans
babylonjs.loaders.js.map 0f4d7e7a3a Nightly il y a 4 ans
babylonjs.loaders.min.js 38fb77a3dd Nightly il y a 4 ans
babylonjs.loaders.module.d.ts 38fb77a3dd Nightly il y a 4 ans
package.json 51b5b233af 5.0.0-alpha.3 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.