@babylonjs/serializers
v9.2.0
Published
To install using npm:
Maintainers
Readme
Babylon.js Serializers
Installation
To install using npm:
npm install @babylonjs/core @babylonjs/serializersUsage
Import and use in your project:
import { GLTF2Export } from "@babylonjs/serializers/glTF";
GLTF2Export.GLTFAsync(scene, "fileName").then((gltf) => {
gltf.downloadFiles();
});For more information, see the ES6 support documentation and the glTF exporter documentation.
