GLTFGeometryLoader Class

(Qt3DRender::GLTFGeometryLoader)

Public Functions

GLTFGeometryLoader()
~GLTFGeometryLoader()
QGeometry *geometry() const
bool load(QIODevice *ioDev, const QString &subMesh = QString())

Protected Functions

void cleanup()
void loadBufferData()
void parse()
void processJSONAccessor(const QString &id, const QJsonObject &json)
void processJSONBuffer(const QString &id, const QJsonObject &json)
void processJSONBufferView(const QString &id, const QJsonObject &json)
void processJSONMesh(const QString &id, const QJsonObject &json)
QByteArray resolveLocalData(const QString &path) const
void setBasePath(const QString &path)
bool setJSON(const QJsonDocument &json)
void unloadBufferData()

Static Protected Members

uint accessorDataSizeFromJson(const QString &type)
QAttribute::VertexBaseType accessorTypeFromJSON(int componentType)
QString standardAttributeNameFromSemantic(const QString &semantic)

Member Function Documentation

GLTFGeometryLoader::GLTFGeometryLoader()

Default constructs an instance of GLTFGeometryLoader.

GLTFGeometryLoader::~GLTFGeometryLoader()

Destroys the instance of GLTFGeometryLoader.

[static protected] uint GLTFGeometryLoader::accessorDataSizeFromJson(const QString &type)

[static protected] QAttribute::VertexBaseType GLTFGeometryLoader::accessorTypeFromJSON(int componentType)

[protected] void GLTFGeometryLoader::cleanup()

QGeometry *GLTFGeometryLoader::geometry() const

bool GLTFGeometryLoader::load(QIODevice *ioDev, const QString &subMesh = QString())

[protected] void GLTFGeometryLoader::loadBufferData()

[protected] void GLTFGeometryLoader::parse()

[protected] void GLTFGeometryLoader::processJSONAccessor(const QString &id, const QJsonObject &json)

[protected] void GLTFGeometryLoader::processJSONBuffer(const QString &id, const QJsonObject &json)

[protected] void GLTFGeometryLoader::processJSONBufferView(const QString &id, const QJsonObject &json)

[protected] void GLTFGeometryLoader::processJSONMesh(const QString &id, const QJsonObject &json)

[protected] QByteArray GLTFGeometryLoader::resolveLocalData(const QString &path) const

[protected] void GLTFGeometryLoader::setBasePath(const QString &path)

[protected] bool GLTFGeometryLoader::setJSON(const QJsonDocument &json)

[static protected] QString GLTFGeometryLoader::standardAttributeNameFromSemantic(const QString &semantic)

[protected] void GLTFGeometryLoader::unloadBufferData()

© 2019 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.