WangZixian fecfac1207 TEXT il y a 1 semaine
..
OBJ fecfac1207 TEXT il y a 1 semaine
SPLAT fecfac1207 TEXT il y a 1 semaine
STL fecfac1207 TEXT il y a 1 semaine
glTF fecfac1207 TEXT il y a 1 semaine
legacy fecfac1207 TEXT il y a 1 semaine
index.d.ts fecfac1207 TEXT il y a 1 semaine
index.js fecfac1207 TEXT il y a 1 semaine
index.js.map fecfac1207 TEXT il y a 1 semaine
license.md fecfac1207 TEXT il y a 1 semaine
package.json fecfac1207 TEXT il y a 1 semaine
readme.md fecfac1207 TEXT il y a 1 semaine

readme.md

Babylon.js Loaders module

For usage documentation please visit https://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 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 ES6 dedicated documentation.