GLTFImporter Class
(Qt3DRender::GLTFImporter)Inherits: | Qt3DRender::QSceneImporter |
Public Functions
GLTFImporter() | |
~GLTFImporter() | |
void | setBasePath(const QString &path) |
bool | setJSON(const QJsonDocument &json) |
Reimplemented Public Functions
virtual bool | isFileTypeSupported(const QUrl &source) const |
virtual Qt3DCore::QEntity * | node(const QString &id) |
virtual Qt3DCore::QEntity * | scene(const QString &id = QString()) |
virtual void | setSource(const QUrl &source) |
- 6 public functions inherited from Qt3DRender::QSceneImporter
- 32 public functions inherited from QObject
Additional Inherited Members
- 2 properties inherited from Qt3DRender::QSceneImporter
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from Qt3DRender::QSceneImporter
- 2 signals inherited from QObject
- 11 static public members inherited from QObject
- 3 protected functions inherited from Qt3DRender::QSceneImporter
- 9 protected functions inherited from QObject
Member Function Documentation
GLTFImporter::GLTFImporter()
Default constructs an instance of GLTFImporter.
GLTFImporter::~GLTFImporter()
Destroys the instance of GLTFImporter.