summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf/gltfparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneparsers/gltf/gltfparser.h')
-rw-r--r--src/plugins/sceneparsers/gltf/gltfparser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/sceneparsers/gltf/gltfparser.h b/src/plugins/sceneparsers/gltf/gltfparser.h
index 0a4bbcfe9..be8bcaa50 100644
--- a/src/plugins/sceneparsers/gltf/gltfparser.h
+++ b/src/plugins/sceneparsers/gltf/gltfparser.h
@@ -169,6 +169,9 @@ private:
static QRenderState *buildStateEnable(int state);
static QRenderState *buildState(const QString& functionName, const QJsonValue &value, int &type);
+ QMaterial *materialWithCustomShader(const QString &id, const QJsonObject &jsonObj);
+ QMaterial *commonMaterial(const QJsonObject &jsonObj);
+
QJsonDocument m_json;
QString m_basePath;
bool m_parseDone;