David Catuhe ba57aa9f44 Nightly hace 4 años
..
babylon.glTF1FileLoader.js ba57aa9f44 Nightly hace 4 años
babylon.glTF1FileLoader.js.map ba57aa9f44 Nightly hace 4 años
babylon.glTF1FileLoader.min.js 538d426dc3 Nightly hace 4 años
babylon.glTF2FileLoader.js ba57aa9f44 Nightly hace 4 años
babylon.glTF2FileLoader.js.map ba57aa9f44 Nightly hace 4 años
babylon.glTF2FileLoader.min.js 538d426dc3 Nightly hace 4 años
babylon.glTFFileLoader.js ba57aa9f44 Nightly hace 4 años
babylon.glTFFileLoader.js.map ba57aa9f44 Nightly hace 4 años
babylon.glTFFileLoader.min.js 538d426dc3 Nightly hace 4 años
babylon.objFileLoader.js ba57aa9f44 Nightly hace 4 años
babylon.objFileLoader.js.map ba57aa9f44 Nightly hace 4 años
babylon.objFileLoader.min.js d29584cd58 Nightly hace 4 años
babylon.stlFileLoader.js ba57aa9f44 Nightly hace 4 años
babylon.stlFileLoader.js.map ba57aa9f44 Nightly hace 4 años
babylon.stlFileLoader.min.js fb56658aa1 Nightly hace 5 años
babylonjs.loaders.d.ts 879bc38f3b Nightly hace 4 años
babylonjs.loaders.js ba57aa9f44 Nightly hace 4 años
babylonjs.loaders.js.map ba57aa9f44 Nightly hace 4 años
babylonjs.loaders.min.js 538d426dc3 Nightly hace 4 años
babylonjs.loaders.module.d.ts 879bc38f3b Nightly hace 4 años
package.json fe8b1de1a2 5.0.0-alpha.2 hace 4 años
readme-es6.md 2e710a8ebe dedicated es6 readme hace 6 años
readme.md 2561068aad Small error in the readme files of the submodules. hace 7 años

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.