WangZixian fecfac1207 TEXT 4 ay önce
..
OBJ fecfac1207 TEXT 4 ay önce
SPLAT fecfac1207 TEXT 4 ay önce
STL fecfac1207 TEXT 4 ay önce
glTF fecfac1207 TEXT 4 ay önce
legacy fecfac1207 TEXT 4 ay önce
index.d.ts fecfac1207 TEXT 4 ay önce
index.js fecfac1207 TEXT 4 ay önce
index.js.map fecfac1207 TEXT 4 ay önce
license.md fecfac1207 TEXT 4 ay önce
package.json fecfac1207 TEXT 4 ay önce
readme.md fecfac1207 TEXT 4 ay önce

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.