summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llmodel.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-11-15 20:16:01 +0200
committerandreykproductengine <akleshchev@productengine.com>2016-11-15 20:16:01 +0200
commit4ae6f32ee16b21aed2235e96b99e18eebfdd82c6 (patch)
tree212e54201405225784a3e23c5ee847f0e688ac24 /indra/llprimitive/llmodel.h
parent2e52d12ef1ecc53f1affdf7b6d2150e9256eee65 (diff)
MAINT-6901 Fixes upload assigning different scale to parts of the model
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r--indra/llprimitive/llmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h
index ae602c09df..8fe025a352 100644
--- a/indra/llprimitive/llmodel.h
+++ b/indra/llprimitive/llmodel.h
@@ -172,6 +172,7 @@ public:
void addFace(const LLVolumeFace& face);
void sortVolumeFacesByMaterialName();
+ static void normalizeModels(std::vector<LLPointer<LLModel>> model_list);
void normalizeVolumeFaces();
void trimVolumeFacesToSize(U32 new_count = LL_SCULPT_MESH_MAX_FACES, LLVolume::face_list_t* remainder = NULL);
void optimizeVolumeFaces();