diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-02-07 11:13:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 11:13:45 -0600 |
commit | 7b83294216d6d672d7a8657ebccd5ea29d7fd9c8 (patch) | |
tree | 0299ea6076cc510169accebc52dd13ba7ebf093e /indra/newview/llviewerobject.h | |
parent | b0c7dc653dc730f1f95aa95fc6df876dfe7b04a0 (diff) | |
parent | 4ddad4cd4365259d9ac90104c8fe946edabe025b (diff) |
Merge pull request #748 from secondlife/geenz/mirror-masking
Add mirrors prototype UI + data model
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index f3c00e83dc..80da7b2f73 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -257,8 +257,6 @@ public: virtual BOOL isRiggedMesh() const { return FALSE; } virtual BOOL hasLightTexture() const { return FALSE; } virtual BOOL isReflectionProbe() const { return FALSE; } - virtual BOOL isMirror() const { return FALSE; } - virtual U8 mirrorFace() const { return 0; } // This method returns true if the object is over land owned by // the agent, one of its groups, or it encroaches and @@ -880,9 +878,6 @@ protected: F32 mPhysicsCost; F32 mLinksetPhysicsCost; - bool mIsMirror; - U8 mMirrorFace; - // If true, "shrink wrap" this volume in its spatial partition. See "shrinkWrap" bool mShouldShrinkWrap = false; |