GLTFExporter Class

(Qt3DRender::GLTFExporter)

Manages the export of a 3D scene to the GLTF format. More...

Header: #include <GLTFExporter>
qmake: QT += 3drender

Public Types

class GltfOptions

Public Functions

GLTFExporter()
~GLTFExporter()
bool exportScene(Qt3DCore::QEntity *sceneRoot, const QString &outDir, const QString &exportName, const QVariantHash &options)

Detailed Description

Manages the export of a 3D scene to the GLTF format.

Handles the export of a 3D scene to the GLTF format.

Member Function Documentation

GLTFExporter::GLTFExporter()

Default constructs an instance of GLTFExporter.

GLTFExporter::~GLTFExporter()

Destroys the instance of GLTFExporter.

bool GLTFExporter::exportScene(Qt3DCore::QEntity *sceneRoot, const QString &outDir, const QString &exportName, const QVariantHash &options)