summaryrefslogtreecommitdiffstats
path: root/AssetLoader/interface
diff options
context:
space:
mode:
Diffstat (limited to 'AssetLoader/interface')
-rw-r--r--AssetLoader/interface/GLTFLoader.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/AssetLoader/interface/GLTFLoader.hpp b/AssetLoader/interface/GLTFLoader.hpp
index a444ea5..1a4d9d9 100644
--- a/AssetLoader/interface/GLTFLoader.hpp
+++ b/AssetLoader/interface/GLTFLoader.hpp
@@ -63,6 +63,8 @@ struct Material
};
ALPHA_MODE AlphaMode = ALPHAMODE_OPAQUE;
+ bool DoubleSided = false;
+
float AlphaCutoff = 1.0f;
float MetallicFactor = 1.0f;
float RoughnessFactor = 1.0f;