David Catuhe 0b84f72816 4.1.0-alpha.21 6 년 전
..
babylon.glTF1FileLoader.js 6282bff7d3 nightly 6 년 전
babylon.glTF1FileLoader.js.map 6282bff7d3 nightly 6 년 전
babylon.glTF1FileLoader.min.js 8bd2c4b243 Engine reduction part 1 6 년 전
babylon.glTF2FileLoader.js f7e8b1ac6b Nightly 6 년 전
babylon.glTF2FileLoader.js.map f7e8b1ac6b Nightly 6 년 전
babylon.glTF2FileLoader.min.js f7e8b1ac6b Nightly 6 년 전
babylon.glTFFileLoader.js 6282bff7d3 nightly 6 년 전
babylon.glTFFileLoader.js.map 6282bff7d3 nightly 6 년 전
babylon.glTFFileLoader.min.js 8bd2c4b243 Engine reduction part 1 6 년 전
babylon.objFileLoader.js f8dd4499f5 Fix few bugs #6012 6 년 전
babylon.objFileLoader.js.map f8dd4499f5 Fix few bugs #6012 6 년 전
babylon.objFileLoader.min.js f8dd4499f5 Fix few bugs #6012 6 년 전
babylon.stlFileLoader.js 79c2f6bdfc Nightly 6 년 전
babylon.stlFileLoader.js.map 79c2f6bdfc Nightly 6 년 전
babylon.stlFileLoader.min.js fcf02ec96d Nightly 6 년 전
babylonjs.loaders.d.ts 637072d441 Nightly 6 년 전
babylonjs.loaders.js 6282bff7d3 nightly 6 년 전
babylonjs.loaders.js.map 6282bff7d3 nightly 6 년 전
babylonjs.loaders.min.js 8bd2c4b243 Engine reduction part 1 6 년 전
babylonjs.loaders.module.d.ts 79c2f6bdfc Nightly 6 년 전
package.json 0b84f72816 4.1.0-alpha.21 6 년 전
readme-es6.md 2e710a8ebe dedicated es6 readme 6 년 전
readme.md 2561068aad Small error in the readme files of the submodules. 7 년 전

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.