summaryrefslogtreecommitdiff
path: root/indra/newview/llface.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2017-12-20 22:03:38 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2017-12-20 22:03:38 +0200
commit2897ea5c5b997ce19b9b7687a5bbc428c523c6ab (patch)
tree0dbd34970934a93b9d3bfbf2c97b009fedf7297c /indra/newview/llface.h
parent9fe126e7e5be64ff4251b285eb168ff9c45e76fb (diff)
Backed out changeset: b500f22775dd
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r--indra/newview/llface.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h
index 2d88c6fa58..ee545acb94 100644
--- a/indra/newview/llface.h
+++ b/indra/newview/llface.h
@@ -230,10 +230,13 @@ 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: