WangZixian fecfac1207 TEXT 10 月之前
..
OBJ fecfac1207 TEXT 10 月之前
SPLAT fecfac1207 TEXT 10 月之前
STL fecfac1207 TEXT 10 月之前
glTF fecfac1207 TEXT 10 月之前
legacy fecfac1207 TEXT 10 月之前
index.d.ts fecfac1207 TEXT 10 月之前
index.js fecfac1207 TEXT 10 月之前
index.js.map fecfac1207 TEXT 10 月之前
license.md fecfac1207 TEXT 10 月之前
package.json fecfac1207 TEXT 10 月之前
readme.md fecfac1207 TEXT 10 月之前

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.