summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.h
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2011-09-01 19:01:46 +0300
committerPaul ProductEngine <pguslisty@productengine.com>2011-09-01 19:01:46 +0300
commit004de653aa3aa2702c7532d2ff5ce9838636d4ca (patch)
tree1e6d96cd211cd07d3bde219792c1416ab7e10dc2 /indra/newview/llfloatermodelpreview.h
parent55c220779223682260c5299ec13c17d19bf6ca4e (diff)
SH-2309 WIP Priority modifications to mesh uploader UI
- Bind "Cosine%" param with "Smooth" combo box. - Corrected some wording. - Little UI polish. Line with results in Physics tab. - Changed ordering of LOD combo box items.
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r--indra/newview/llfloatermodelpreview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h
index a8fd02443e..f93d3b9482 100644
--- a/indra/newview/llfloatermodelpreview.h
+++ b/indra/newview/llfloatermodelpreview.h
@@ -281,6 +281,8 @@ private:
// resets display options of model preview to their defaults.
void resetDisplayOptions();
+ void createSmoothComboBox(LLComboBox* combo_box, float min, float max);
+
LLButton* mUploadBtn;
LLButton* mCalculateBtn;
};