GLTFParser Class

(Qt3DRender::GLTFParser)

Public Functions

GLTFParser()
~GLTFParser()
void setBasePath(const QString &path)
bool setJSON(const QJsonDocument &json)

Reimplemented Public Functions

virtual bool isExtensionSupported(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)

Additional Inherited Members

Member Function Documentation

GLTFParser::GLTFParser()

Default constructs an instance of GLTFParser.

GLTFParser::~GLTFParser()

Destroys the instance of GLTFParser.

[virtual] bool GLTFParser::isExtensionSupported(const QUrl &source) const

[virtual] Qt3DCore::QEntity *GLTFParser::node(const QString &id)

[virtual] Qt3DCore::QEntity *GLTFParser::scene(const QString &id = QString())

void GLTFParser::setBasePath(const QString &path)

bool GLTFParser::setJSON(const QJsonDocument &json)

[virtual] void GLTFParser::setSource(const QUrl &source)

© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.