diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-04 12:19:47 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-04 12:19:47 -0500 |
commit | 2bf450f48cac5077f2398c70164d35ea49cb3385 (patch) | |
tree | 7d0c834799730074fd6338536fbc5c57c01e1e7a /indra/newview/llvovolume.h | |
parent | 0dd0758ab9114c53a274ff707d626c8fe5e7afb0 (diff) | |
parent | 844c3ec724c0183c6158ca742404018ad8deb9b5 (diff) |
merge
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 029811886d..fc00f0c0d0 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -132,6 +132,7 @@ public: U32 getRenderCost(std::set<LLUUID> &textures) const; /*virtual*/ F32 getStreamingCost(S32* bytes = NULL, S32* visible_bytes = NULL); /*virtual*/ U32 getTriangleCount(); + /*virtual*/ U32 getHighLODTriangleCount(); /*virtual*/ BOOL lineSegmentIntersect(const LLVector3& start, const LLVector3& end, S32 face = -1, // which face to check, -1 = ALL_SIDES BOOL pick_transparent = FALSE, |