summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llmodel.h
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-03-22 20:40:45 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-03-22 20:40:45 -0400
commitd7eb9b36fe7c801d9bbb554ef40c3d8d712f5bfb (patch)
tree6ecfd42c64c4ca452a7f32f74a72775536afb88a /indra/llprimitive/llmodel.h
parent29dc641fbe7ab77f77fe19e2e7976980f0649b5b (diff)
parent89e09646824122e20194400e93bcdb0b212f96fe (diff)
pulling from mesh development. merge.
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rwxr-xr-xindra/llprimitive/llmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h
index e9e33bdee5..addf527d8d 100755
--- a/indra/llprimitive/llmodel.h
+++ b/indra/llprimitive/llmodel.h
@@ -205,6 +205,9 @@ public:
std::vector<LLVector3> mHullCenter;
U32 mHullPoints;
+ //ID for storing this model in a .slm file
+ S32 mLocalID;
+
protected:
void addVolumeFacesFromDomMesh(domMesh* mesh);
virtual BOOL createVolumeFacesFromFile(const std::string& file_name);