summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llgltfmaterial.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llprimitive/llgltfmaterial.h')
-rw-r--r--indra/llprimitive/llgltfmaterial.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/llprimitive/llgltfmaterial.h b/indra/llprimitive/llgltfmaterial.h
index a385539cc5..9489837de7 100644
--- a/indra/llprimitive/llgltfmaterial.h
+++ b/indra/llprimitive/llgltfmaterial.h
@@ -83,6 +83,10 @@ public:
bool mDoubleSided = false;
AlphaMode mAlphaMode = ALPHA_MODE_OPAQUE;
+ // override specific flags for state that can't use off-by-epsilon or UUID hack
+ bool mOverrideDoubleSided = false;
+ bool mOverrideAlphaMode = false;
+
// get a UUID based on a hash of this LLGLTFMaterial
LLUUID getHash() const
{
@@ -131,10 +135,6 @@ public:
void setTextureRotation(TextureInfo texture_info, float rotation);
// Default value accessors
- static LLUUID getDefaultBaseColorId();
- static LLUUID getDefaultNormalId();
- static LLUUID getDefaultEmissiveId();
- static LLUUID getDefaultMetallicRoughnessId();
static F32 getDefaultAlphaCutoff();
static S32 getDefaultAlphaMode();
static F32 getDefaultMetallicFactor();