diff options
author | Graham Linden <graham@lindenlab.com> | 2014-04-22 08:58:38 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2014-04-22 08:58:38 -0700 |
commit | ae035a0d66604e25b1277c4fa303aea8d798e719 (patch) | |
tree | 38ea1ea25240358d692b426eb9834ee2ff2d1d76 /indra/llprimitive/lltextureentry.h | |
parent | c71e459bed68c1602d409e5c946c5e016d09d105 (diff) |
Modify importer to (optionally) improve debug output, perform name-based LOD association, and handle models with many materials.
Diffstat (limited to 'indra/llprimitive/lltextureentry.h')
-rwxr-xr-x | indra/llprimitive/lltextureentry.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llprimitive/lltextureentry.h b/indra/llprimitive/lltextureentry.h index 19edcaa27d..a40c3988f2 100755 --- a/indra/llprimitive/lltextureentry.h +++ b/indra/llprimitive/lltextureentry.h @@ -89,6 +89,10 @@ public: bool operator==(const LLTextureEntry &rhs) const; bool operator!=(const LLTextureEntry &rhs) const; + + // Added to allow use with std::map + // + bool operator <(const LLTextureEntry &rhs) const; LLSD asLLSD() const; void asLLSD(LLSD& sd) const; |