David Catuhe 04e26ee8ad Nightly + associated with #9828 před 4 roky
..
babylon.glTF1FileLoader.js 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.glTF1FileLoader.js.map 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.glTF1FileLoader.min.js 1b9fa126b3 Nightly před 4 roky
babylon.glTF2FileLoader.js 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.glTF2FileLoader.js.map 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.glTF2FileLoader.min.js 1b9fa126b3 Nightly před 4 roky
babylon.glTFFileLoader.js 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.glTFFileLoader.js.map 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.glTFFileLoader.min.js 1b9fa126b3 Nightly před 4 roky
babylon.objFileLoader.js 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.objFileLoader.js.map 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.objFileLoader.min.js bb01b42cd7 Nightly před 4 roky
babylon.stlFileLoader.js 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.stlFileLoader.js.map 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylon.stlFileLoader.min.js fb56658aa1 Nightly před 5 roky
babylonjs.loaders.d.ts bb01b42cd7 Nightly před 4 roky
babylonjs.loaders.js 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylonjs.loaders.js.map 04e26ee8ad Nightly + associated with #9828 před 4 roky
babylonjs.loaders.min.js 1b9fa126b3 Nightly před 4 roky
babylonjs.loaders.module.d.ts bb01b42cd7 Nightly před 4 roky
package.json cfde2ef094 5.0.0-alpha.7 před 4 roky
readme-es6.md 2e710a8ebe dedicated es6 readme před 6 roky
readme.md 2561068aad Small error in the readme files of the submodules. před 7 roky

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.