summaryrefslogtreecommitdiff
path: root/indra/newview/llface.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2017-12-20 22:03:06 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2017-12-20 22:03:06 +0200
commit9fe126e7e5be64ff4251b285eb168ff9c45e76fb (patch)
treeccda5cea245f6dad1e98de8c3bfd4519f523d558 /indra/newview/llface.h
parentde8ff2c7b397f22d1e15b21e7553a8c3e3933d45 (diff)
Backed out changeset: 761e890970b2
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r--indra/newview/llface.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h
index ee545acb94..2d88c6fa58 100644
--- a/indra/newview/llface.h
+++ b/indra/newview/llface.h
@@ -230,13 +230,10 @@ public:
static U32 getRiggedDataMask(U32 type);
- void notifyAboutCreatingTexture(LLViewerTexture *texture);
- void notifyAboutMissingAsset(LLViewerTexture *texture);
-
public: //aligned members
LLVector4a mExtents[2];
-private:
+private:
F32 adjustPartialOverlapPixelArea(F32 cos_angle_to_view_dir, F32 radius );
BOOL calcPixelArea(F32& cos_angle_to_view_dir, F32& radius) ;
public: