Engine API Reference - v1.77.0
    Preparing search index...

    Class GltfExporter

    Implementation of the GLTF 2.0 format exporter.

    Hierarchy

    • CoreExporter
      • GltfExporter
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Converts a hierarchy of entities to GLB format.

      Parameters

      • entity: any

        The root of the entity hierarchy to convert.

      • options: { maxTextureSize?: number } = {}

        Object for passing optional arguments.

        • OptionalmaxTextureSize?: number

          Maximum texture size. Texture is resized if over the size.

      Returns Promise<ArrayBuffer>

      • The GLB file content.