David Catuhe ea0546612a 4.1.0-beta.1 il y a 5 ans
..
babylon.glTF1FileLoader.js c2baca48e4 Nightly il y a 5 ans
babylon.glTF1FileLoader.js.map 6f2067c55e Nightly il y a 5 ans
babylon.glTF1FileLoader.min.js 6f2067c55e Nightly il y a 5 ans
babylon.glTF2FileLoader.js 86ec36da79 Introduced engine.inputElement to control more precisely which control has the events listeners il y a 5 ans
babylon.glTF2FileLoader.js.map 6f2067c55e Nightly il y a 5 ans
babylon.glTF2FileLoader.min.js 6f2067c55e Nightly il y a 5 ans
babylon.glTFFileLoader.js c2baca48e4 Nightly il y a 5 ans
babylon.glTFFileLoader.js.map 6f2067c55e Nightly il y a 5 ans
babylon.glTFFileLoader.min.js 6f2067c55e Nightly il y a 5 ans
babylon.objFileLoader.js e27c8e35d4 Nightly il y a 6 ans
babylon.objFileLoader.js.map e27c8e35d4 Nightly il y a 6 ans
babylon.objFileLoader.min.js e27c8e35d4 Nightly il y a 6 ans
babylon.stlFileLoader.js 88ddf4c75d Nightly il y a 5 ans
babylon.stlFileLoader.js.map 6f2067c55e Nightly il y a 5 ans
babylon.stlFileLoader.min.js 6f2067c55e Nightly il y a 5 ans
babylonjs.loaders.d.ts 86ec36da79 Introduced engine.inputElement to control more precisely which control has the events listeners il y a 5 ans
babylonjs.loaders.js c2baca48e4 Nightly il y a 5 ans
babylonjs.loaders.js.map 6f2067c55e Nightly il y a 5 ans
babylonjs.loaders.min.js 6f2067c55e Nightly il y a 5 ans
babylonjs.loaders.module.d.ts 86ec36da79 Introduced engine.inputElement to control more precisely which control has the events listeners il y a 5 ans
package.json ea0546612a 4.1.0-beta.1 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.